Re: [PATCH] import-tars: use Archive::Tar instead of unpack()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Wednesday, February 14, 2007 - 7:51 pm

Michael Loeffler <zvpunry@zvpunry.de> wrote:

Yes, that's what I should have done initially.  Thanks.  How about
the following message and sbo?

commit 908387056949c0fb8153fbb84f4dbeb6695611e6
Author: Michael Loeffler <zvpunry@zvpunry.de>
Date:   Wed Feb 14 17:03:12 2007 +0100

    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>

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] import-tars: use Archive::Tar instead of unpack(), Michael Loeffler, (Mon Feb 12, 7:17 am)
Re: [PATCH] import-tars: use Archive::Tar instead of unpack(), Johannes Schindelin, (Mon Feb 12, 7:25 am)
Re: [PATCH] import-tars: use Archive::Tar instead of unpack(), Shawn O. Pearce, (Mon Feb 12, 10:28 am)
Re: [PATCH] import-tars: use Archive::Tar instead of unpack(), Michael Loeffler, (Wed Feb 14, 9:03 am)
Re: [PATCH] import-tars: use Archive::Tar instead of unpack(), Shawn O. Pearce, (Wed Feb 14, 7:51 pm)