On Thu, Sep 09, 2010 at 02:25:30PM -0300, Carlos Eduardo da Fonseca wrote: > I was wondering, why tags are only shown on log with --decorate, even > signed tags? > I have no problem in writing "--decorate", but tags, which are marks > for something important, should be decorations? There are two reasons I can think of not to want to see them: 1. They take extra time to lookup (though really for most repos, I doubt it is even measurable). 2. We did not historically show them, so some people find them distracting, and the default has never been switched to "on". You can turn them on all the time with: git config --global log.decorate true -Peff -- 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