author | Michael Loeffler <zvpunry@zvpunry.de> | |
Wed, 14 Feb 2007 16:03:12 +0000 (17:03 +0100) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 21 Feb 2007 16:09:57 +0000 (11:09 -0500) | ||
commit | c750da256a54f189de28d3deb054328d67f9b9be | |
tree | e6d69089612b65e87f4eea98f342fe25a7648624 | tree | snapshot |
parent | 3efb1f343a9d6214a59a814029cab96638e9b915 | commit | diff |
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>
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 | diff | blob | history |