+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.
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,^\./,,'
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