diff --git a/src/zabapgit_background.prog.abap b/src/zabapgit_background.prog.abap index ef43ba48c..42e25676c 100644 --- a/src/zabapgit_background.prog.abap +++ b/src/zabapgit_background.prog.abap @@ -130,7 +130,7 @@ CLASS lcl_background IMPLEMENTATION. CLEAR ls_comment. ls_comment-username = lcl_objects=>changed_by( -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