]> asedeno.scripts.mit.edu Git - git.git/commit
Use gunzip -c over gzcat in import-tars example.
authorMichael Loeffler <zvpunry@zvpunry.de>
Wed, 14 Feb 2007 16:03:12 +0000 (17:03 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 21 Feb 2007 16:09:57 +0000 (11:09 -0500)
commitc750da256a54f189de28d3deb054328d67f9b9be
treee6d69089612b65e87f4eea98f342fe25a7648624
parent3efb1f343a9d6214a59a814029cab96638e9b915
Use gunzip -c over gzcat in import-tars example.

Not everyone has gzcat or bzcat installed on their system, but
gunzip -c and bunzip2 -c perform the same task and are available
if the user has installed gzip support or bzip2 support.

Signed-off-by: Michael Loeffler <zvpunry@zvpunry.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/fast-import/import-tars.perl