mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Assertion failed blob data is initial #1857
This commit is contained in:
parent
0e6fe6b311
commit
cd5ff75e85
|
@ -641,7 +641,7 @@ CLASS zcl_abapgit_git_porcelain IMPLEMENTATION.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ls_object-type = zif_abapgit_definitions=>c_type-blob.
|
ls_object-type = zif_abapgit_definitions=>c_type-blob.
|
||||||
ASSERT NOT <ls_blob>-data IS INITIAL.
|
* ASSERT NOT <ls_blob>-data IS INITIAL. "#1857 allow empty files - some more checks needed?
|
||||||
ls_object-data = <ls_blob>-data.
|
ls_object-data = <ls_blob>-data.
|
||||||
lv_uindex = lv_uindex + 1.
|
lv_uindex = lv_uindex + 1.
|
||||||
ls_object-index = lv_uindex.
|
ls_object-index = lv_uindex.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user