mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
issue 1232, better error message (#1290)
This commit is contained in:
parent
9a62b6e17a
commit
2067910d0a
|
@ -179,6 +179,8 @@ CLASS ZCL_ABAPGIT_GIT_PORCELAIN IMPLEMENTATION.
|
|||
|
||||
IF iv_name CS ` `.
|
||||
zcx_abapgit_exception=>raise( 'Branch name cannot contain blank spaces' ).
|
||||
ELSEIF iv_from = ''.
|
||||
zcx_abapgit_exception=>raise( 'New branch, "from" SHA1 empty' ).
|
||||
ENDIF.
|
||||
|
||||
* "client MUST send an empty packfile"
|
||||
|
|
Loading…
Reference in New Issue
Block a user