Skip to content

Commit

Permalink
commit: remove inexistent -v flag from git rm
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Sep 6, 2024
1 parent d29a674 commit 3198721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
set -u

# Set for removal the deleted obsolete PO files
git status -s | grep '^ D ' | cut -d' ' -f3 | xargs -r git rm -v
git status -s | grep '^ D ' | cut -d' ' -f3 | xargs -r git rm

# Add only updates that do not consist only of 'POT-Creation-Date' header change
git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add -v
Expand Down

0 comments on commit 3198721

Please sign in to comment.