Fix git cat-file condition
git cat-file
When multiple files changed in the same directory to be removed, the first file only was removed from changed set.
Fix
git cat-file
conditionWhen multiple files changed in the same directory to be removed, the
first file only was removed from changed set.