Pull log: Show deletion of unnecessary objects (#5974)

This commit is contained in:
Marc Bernard 2023-01-10 19:21:44 +01:00 committed by GitHub
parent 5a0a0f352a
commit 3016ae68be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ CLASS zcl_abapgit_services_repo IMPLEMENTATION.
is_checks = ls_checks
ii_log = ii_log ).
io_repo->refresh( ).
io_repo->refresh( iv_drop_log = abap_false ).
ENDIF.
ENDMETHOD.