Re: [PATCH] git-clone: use cpio's --quiet flag
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:26
Jeff King [off-list ref] writes:
On Sat, Aug 04, 2007 at 04:36:59PM +0100, Johannes Schindelin wrote:quoted
quoted
$ git-clone foo bar Initialized empty Git repository in ... 0 blocksAccording to http://www.opengroup.org/onlinepubs/7990989775/xcu/cpio.html, cpio does not know about --quiet. I think this is another GNUism...Ugh, I didn't even think to check the spec, thanks for looking (I should have been tipped off by the presence only of a long option). I'm not sure what the best solution is...adding --quiet makes it totally unportable, but that message almost looks like an error. We can redirect stderr, but then we potentially miss real errors.
I was hoping that we can say that the output is analogous to the native transport reporting "Conting objects: XXXX" and stuff...