It seems a mix of scap prep and scap clean aren't necessarily dealing with /srv/patches correctly
Since 1.33.0-wmf.21 to 1.34.0-wmf.3 were not added, nor committed...
1.33.0-wmf.9 to `1.33.0-wmf.16 files and dirs were deleted, but not committed
Example (simplified and redacted):
reedy@deploy1001:/srv/patches$ git status On branch master Changes not staged for commit: (use "git add/rm <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) deleted: 1.33.0-wmf.12/core/01-REDACTED.patch deleted: 1.33.0-wmf.13/core/01-REDACTED.patch deleted: 1.33.0-wmf.14/core/01-REDACTED.patch deleted: 1.33.0-wmf.16/core/01-REDACTED.patch deleted: 1.33.0-wmf.9/core/01-REDACTED.patch Untracked files: (use "git add <file>..." to include in what will be committed) 1.33.0-wmf.21/ 1.33.0-wmf.22/ 1.33.0-wmf.23/ 1.33.0-wmf.24/ 1.33.0-wmf.25/ 1.34.0-wmf.1/ 1.34.0-wmf.3/ no changes added to commit (use "git add" and/or "git commit -a")