mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
files match if they are identical #1348
This commit is contained in:
parent
0093da34d0
commit
3ba94bf044
|
@ -73,6 +73,11 @@ CLASS ZCL_ABAPGIT_FILE_STATUS IMPLEMENTATION.
|
|||
rs_result-path = is_local-file-path.
|
||||
rs_result-filename = is_local-file-filename.
|
||||
|
||||
IF is_local-file-sha1 = is_remote-sha1.
|
||||
rs_result-match = abap_true.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
" Match against current state
|
||||
READ TABLE it_state INTO ls_file_sig
|
||||
WITH KEY path = is_local-file-path
|
||||
|
|
Loading…
Reference in New Issue
Block a user