mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
replace commit work with commit work and wait
This commit is contained in:
parent
5c7986068a
commit
db1f729487
|
@ -82,7 +82,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
|
CLASS zcl_abapgit_services_git IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD commit.
|
METHOD commit.
|
||||||
|
@ -351,7 +351,7 @@ CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
|
||||||
|
|
||||||
lo_repo->set_branch_name( ls_branch-name ).
|
lo_repo->set_branch_name( ls_branch-name ).
|
||||||
|
|
||||||
COMMIT WORK.
|
COMMIT WORK AND WAIT.
|
||||||
|
|
||||||
zcl_abapgit_services_repo=>gui_deserialize( lo_repo ).
|
zcl_abapgit_services_repo=>gui_deserialize( lo_repo ).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user