mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Update zcl_abapgit_repo.clas.abap (#3570)
This commit is contained in:
parent
d621551146
commit
8e031e0498
|
@ -356,7 +356,8 @@ CLASS ZCL_ABAPGIT_REPO IMPLEMENTATION.
|
|||
ro_dot = zcl_abapgit_dot_abapgit=>deserialize( <ls_remote>-data ).
|
||||
set_dot_abapgit( ro_dot ).
|
||||
COMMIT WORK AND WAIT. " to release lock
|
||||
ELSE.
|
||||
ELSEIF lines( mt_remote ) > 3.
|
||||
" Less files means it's a new repo (with just readme and license, for example) which is ok
|
||||
zcx_abapgit_exception=>raise( |Cannot find .abapgit.xml - Is this an abapGit repo?| ).
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user