mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
ff962f82e8
commit
5504c67669
|
@ -200,8 +200,8 @@ CLASS ZCL_ABAPGIT_REPO_CONTENT_LIST IMPLEMENTATION.
|
|||
|
||||
FIELD-SYMBOLS: <ls_item> TYPE zif_abapgit_definitions=>ty_repo_item.
|
||||
|
||||
DELETE ct_repo_items WHERE changes = 0.
|
||||
LOOP AT ct_repo_items ASSIGNING <ls_item>.
|
||||
DELETE ct_repo_items WHERE changes = 0 AND inactive = abap_false.
|
||||
LOOP AT ct_repo_items ASSIGNING <ls_item> WHERE inactive = abap_false.
|
||||
DELETE <ls_item>-files WHERE is_changed = abap_false.
|
||||
ENDLOOP.
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user