On Tue, Oct 04, 2011 at 10:08:13PM +0200, Marcus Karlsson wrote: > Teach gitk to respect log.showroot. > +set log_showroot true > +catch { > + set log_showroot [exec git config --get log.showroot] > +} Since I mostly use gitk on the kernel, I'd prefer that log_showroot defaults to false if it isn't specified in the git config file. Defaulting to false would also be the smaller change in gitk behaviour. Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html