mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Merge pull request #575 from filak-sap/commit_message_format
Correct commit message formatting
This commit is contained in:
commit
b9a012d63b
|
@ -201,7 +201,7 @@ CLASS lcl_services_git IMPLEMENTATION.
|
||||||
ls_comment-comment = is_commit-comment.
|
ls_comment-comment = is_commit-comment.
|
||||||
|
|
||||||
IF NOT is_commit-body IS INITIAL.
|
IF NOT is_commit-body IS INITIAL.
|
||||||
CONCATENATE ls_comment-comment is_commit-body
|
CONCATENATE ls_comment-comment '' is_commit-body
|
||||||
INTO ls_comment-comment SEPARATED BY gc_newline.
|
INTO ls_comment-comment SEPARATED BY gc_newline.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user