From 4aa14f6022076db49144b620514a91e7599bbe68 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Mon, 23 Jan 2017 15:29:17 +0100 Subject: [PATCH] Correct commit message formatting Title message and full commit message must be delimited with an empty line, otherwise CLI tools take full commit message as a part of title message. Signed-off-by: Jakub Filak --- src/zabapgit_services_git.prog.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zabapgit_services_git.prog.abap b/src/zabapgit_services_git.prog.abap index 929803158..f64216d36 100644 --- a/src/zabapgit_services_git.prog.abap +++ b/src/zabapgit_services_git.prog.abap @@ -201,7 +201,7 @@ CLASS lcl_services_git IMPLEMENTATION. ls_comment-comment = is_commit-comment. 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. ENDIF.