mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-03 05:18:59 +08:00
Git: show error for unknown refname
This commit is contained in:
parent
cdcbb12e9d
commit
6b016bbb11
|
@ -261,6 +261,8 @@ CLASS lcl_git_transport IMPLEMENTATION.
|
||||||
lcx_exception=>raise( 'unpack not ok' ).
|
lcx_exception=>raise( 'unpack not ok' ).
|
||||||
ELSEIF lv_string CP '*pre-receive hook declined*'.
|
ELSEIF lv_string CP '*pre-receive hook declined*'.
|
||||||
lcx_exception=>raise( 'pre-receive hook declined' ).
|
lcx_exception=>raise( 'pre-receive hook declined' ).
|
||||||
|
ELSEIF lv_string CP '*funny refname*'.
|
||||||
|
lcx_exception=>raise( 'funny refname' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD. "receive_pack
|
ENDMETHOD. "receive_pack
|
||||||
|
|
Loading…
Reference in New Issue
Block a user