mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
Make 'convert-archive' less verbose.
This commit is contained in:
parent
a3a9b90da5
commit
99d1fc2e60
@ -1,3 +1,8 @@
|
||||
2010-06-06 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Make 'convert-archive' less verbose.
|
||||
* convert-archive.in: Avoid all output from "git commit".
|
||||
|
||||
2010-06-04 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* gettext-0.18.1 released.
|
||||
|
||||
@ -312,8 +312,7 @@ case "$to" in
|
||||
touch .gitignore
|
||||
git add .
|
||||
git commit --author="Bruno Haible <bruno@clisp.org>" \
|
||||
--message="Empty directory" 2>&1 \
|
||||
| grep -v '^ '
|
||||
--message="Empty directory" 2>&1 >/dev/null
|
||||
git tag empty
|
||||
}) || func_fatal_error "git init failed"
|
||||
sed_remove_leading_dot='s,^\./,,'
|
||||
@ -329,8 +328,7 @@ case "$to" in
|
||||
tar xf -
|
||||
git add .
|
||||
git commit --author="Bruno Haible <bruno@clisp.org>" \
|
||||
--message="Import $version" 2>&1 \
|
||||
| grep -v '^ '
|
||||
--message="Import $version" 2>&1 >/dev/null
|
||||
git tag "$version"
|
||||
}) || func_fatal_error "file copy into git repository failed"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user