Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a674 commit 3198721Copy full SHA for 3198721
scripts/commit.sh
@@ -17,7 +17,7 @@ fi
17
set -u
18
19
# Set for removal the deleted obsolete PO files
20
-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
21
22
# Add only updates that do not consist only of 'POT-Creation-Date' header change
23
git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add -v
0 commit comments