mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fixed error message when committing
This commit is contained in:
parent
c05ff4ce8b
commit
7e4285c1a8
|
@ -96,7 +96,7 @@ CLASS zcl_abapgit_services_git IMPLEMENTATION.
|
||||||
ELSEIF is_commit-committer_email IS INITIAL.
|
ELSEIF is_commit-committer_email IS INITIAL.
|
||||||
zcx_abapgit_exception=>raise( 'Commit: Committer email empty' ).
|
zcx_abapgit_exception=>raise( 'Commit: Committer email empty' ).
|
||||||
ELSEIF is_commit-author_email IS NOT INITIAL AND is_commit-author_name IS INITIAL.
|
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.
|
ELSEIF is_commit-comment IS INITIAL.
|
||||||
zcx_abapgit_exception=>raise( 'Commit: empty comment' ).
|
zcx_abapgit_exception=>raise( 'Commit: empty comment' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user