Skip to content

Commit 3198721

Browse files
authored
commit: remove inexistent -v flag from git rm
1 parent d29a674 commit 3198721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
set -u
1818

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

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

0 commit comments

Comments
 (0)