Re: [wishlist] disable boring messages

2016-09-17 Thread Anatoly Borodin
Hi! Alexander Inyukhin wrote: > I have a lot of repos and a batch script to update them all, > and I want to get rid of 'Fetching origin' and 'Already up-to-date.' > messages leaving only new refs and tags. There is an option `-q`, but it's too silent :) As far as I can see, `git fetch` prints

[wishlist] disable boring messages

2016-09-16 Thread Alexander Inyukhin
Hi, is it possible to make git silent, when nothing interesting is happening? I have a lot of repos and a batch script to update them all, and I want to get rid of 'Fetching origin' and 'Already up-to-date.' messages leaving only new refs and tags.