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 7803793 commit 2bc0abfCopy full SHA for 2bc0abf
scripts/commit.sh
@@ -3,7 +3,7 @@
3
#
4
# SPDX-License-Identifier: CC0-1.0
5
6
-set -xeu
+set -eu
7
8
cd $(dirname $0)/../cpython/Doc/locale/${PYDOC_LANGUAGE}/LC_MESSAGES
9
@@ -15,7 +15,7 @@ fi
15
set -u
16
17
# Set for removal the deleted obsolete PO files
18
-git status -s | grep '^ D ' | cut -d' ' -f3 | xargs -r git rm
+git status -s | grep '^ D ' | cut -d' ' -f3 | xargs -r git rm -v
19
20
# Add only updates that do not consist only of 'POT-Creation-Date' header change
21
git diff -I'^"POT-Creation-Date: ' --numstat *.po **/*.po | cut -f3 | xargs -r git add -v
0 commit comments