files match if they are identical #1348

This commit is contained in:
larshp 2018-05-07 15:29:26 +02:00
parent 0093da34d0
commit 3ba94bf044

View File

@ -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