Skip to content

Commit 2bc0abf

Browse files
committed
Remove Shell verbosity, too noisy
Git output is already set to verbose
1 parent 7803793 commit 2bc0abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/commit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: CC0-1.0
55

6-
set -xeu
6+
set -eu
77

88
cd $(dirname $0)/../cpython/Doc/locale/${PYDOC_LANGUAGE}/LC_MESSAGES
99

@@ -15,7 +15,7 @@ fi
1515
set -u
1616

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

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

0 commit comments

Comments
 (0)