Hi,
On Fri, Jan 12, 2018 at 04:04:26PM +0530, Chris Lamb wrote:
> Package: git-buildpackage
> Version: 0.9.6
> Severity: wishlist
> 
> Hi,
> 
>    $ gbp clone [url]
> 
> .. is very un-noisy.  Hiding the *gbp* "--verbose" Python debug messages
> seems entirely fine and sensible.
> 
> But even with --verbose it seems to call the underlying "git clone" 
> with --quiet.
> 
> As this is typically the slowest part of getting a repo, I think a nicer
> UI would, by default, show the *git* clone messages (and not call with
> "--quiet" when gbp clone is called with --verbose..)
> 
> What do you think?

Would make sense, it would even be better if git clone would be able to
output progress on a separate fd so output does not mix with error
messages making it hard to report something useful to the user
(which is basically the reason it's off atm).

Cheers,
 -- Guido

Reply via email to