mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Path split does not work for uppercase folders in GIT
This commit is contained in:
parent
188bf8d69a
commit
9282647ca2
|
@ -125,7 +125,7 @@ CLASS ZCL_ABAPGIT_PATH IMPLEMENTATION.
|
|||
ev_filename = iv_fullpath.
|
||||
ENDIF.
|
||||
|
||||
ev_filename = cl_http_utility=>unescape_url( escaped = ev_filename ).
|
||||
ev_filename = cl_http_utility=>unescape_url( escaped = to_lower( ev_filename ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
ENDCLASS.
|
||||
|
|
Loading…
Reference in New Issue
Block a user