mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
branch name validation fix #314
This commit is contained in:
parent
8755e9902c
commit
1151f356c5
|
@ -1255,7 +1255,7 @@ CLASS lcl_git_porcelain IMPLEMENTATION.
|
|||
DATA: lt_objects TYPE ty_objects_tt,
|
||||
lv_pack TYPE xstring.
|
||||
|
||||
IF iv_name CS ' '.
|
||||
IF iv_name CS ` `.
|
||||
lcx_exception=>raise( 'Branch name cannot contain blank spaces' ).
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user