Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3198721

Browse files
authored
commit: remove inexistent -v flag from git rm
1 parentd29a674 commit3198721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/commit.sh

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp