]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make 'convert-archive' less verbose.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 21:11:29 +0000 (23:11 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 22:47:01 +0000 (00:47 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/convert-archive.in

index a417cc8464caddcbc782f1417f377a65a837d2a3..a805edca81ddda43b19913cdf748d27850ad3cff 100644 (file)
@@ -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.
index 3a437990a9f9a3d461ee1d20b6d85933fee0e9b4..f874781c68334b3b5fae686fef2bae0a8bccff30 100644 (file)
@@ -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