On Tue, Feb 11, 2020 at 02:55:49PM -0500, Jeff King wrote: > On Tue, Feb 11, 2020 at 05:19:53PM +0300, Aleksey Midenkov wrote: > > > Nice info, thanks. Does that disable maintenance messages like: > > > > Updated 1 path from the index > > I don't think it does. Usually how this works is that we add new > messages which we think might be helpful, enable them by default (since > users aren't likely to find out about them if they never see them!), and > then if they turn out to be annoying or verbose, add an advice.* config > option to allow people to avoid them. > > The message quoted above is a relatively new one, and I don't think it's > hit that third step yet. Patches welcome. :) Oh, and if you want to see the complete list, look for "advice.*" in "git help config". -Peff