mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
background mode: fix
This commit is contained in:
parent
16fe500579
commit
49fad6edc6
|
@ -130,7 +130,7 @@ CLASS lcl_background IMPLEMENTATION.
|
|||
CLEAR ls_comment.
|
||||
ls_comment-username = lcl_objects=>changed_by( <ls_local>-item ).
|
||||
ls_comment-email = |{ ls_comment-username }@localhost|.
|
||||
ls_comment-comment = 'abapGit background mode' ##NO_TEXT.
|
||||
ls_comment-comment = build_comment( ls_files ).
|
||||
|
||||
CREATE OBJECT lo_stage
|
||||
EXPORTING
|
||||
|
|
Loading…
Reference in New Issue
Block a user