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

Commit06403be

Browse files
authored
Add more header exceptions to commit.sh (#262)
Reduce noise in commits
1 parent34d2ec7 commit06403be

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
@@ -19,8 +19,8 @@ set -u
1919
# Set for removal the deleted obsolete PO files
2020
git status -s| grep'^ D'| cut -d'' -f3| xargs -r git rm
2121

22-
# Add only updates that do not consist only of'POT-Creation-Date'headerchange
23-
git diff -I'^"POT-Creation-Date:' -I'^"Language:pt_BR' --numstat*.po**/*.po| cut -f3| xargs -r git add -v
22+
# Add only updates that do not consist only ofthe followingheaderlines
23+
git diff -I'^# Copyright' -I'^"Project-Id-Version:' -I'^"POT-Creation-Date:' -I'^"Language:' --numstat*.po**/*.po| cut -f3| xargs -r git add -v
2424

2525
# Add currently untracked PO files, and update other helper files
2626
untracked_files=$(git ls-files -o --exclude-standard*.po**/*.po)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp