mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Merge pull request #1516 from FreHu/master
Fixed error message when committing without author name
This commit is contained in:
commit
838769d0bc
|
@ -96,7 +96,7 @@ CLASS ZCL_ABAPGIT_SERVICES_GIT IMPLEMENTATION.
|
|||
ELSEIF is_commit-committer_email IS INITIAL.
|
||||
zcx_abapgit_exception=>raise( 'Commit: Committer email empty' ).
|
||||
ELSEIF is_commit-author_email IS NOT INITIAL AND is_commit-author_name IS INITIAL.
|
||||
zcx_abapgit_exception=>raise( 'Commit: Author email empty' ). " Opposite should be OK ?
|
||||
zcx_abapgit_exception=>raise( 'Commit: Author name empty' ). " Opposite should be OK ?
|
||||
ELSEIF is_commit-comment IS INITIAL.
|
||||
zcx_abapgit_exception=>raise( 'Commit: empty comment' ).
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user