mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge pull request #1410 from christianguenter2/1399
replace COMMIT WORK with COMMIT WORK AND WAIT
This commit is contained in:
commit
983d6410f4
|
@ -82,7 +82,7 @@ ENDCLASS.
|
|||
|
||||
|
||||
|
||||
CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
|
||||
CLASS zcl_abapgit_services_git IMPLEMENTATION.
|
||||
|
||||
|
||||
METHOD commit.
|
||||
|
@ -351,7 +351,7 @@ CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
|
|||
|
||||
lo_repo->set_branch_name( ls_branch-name ).
|
||||
|
||||
COMMIT WORK.
|
||||
COMMIT WORK AND WAIT.
|
||||
|
||||
zcl_abapgit_services_repo=>gui_deserialize( lo_repo ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user