* Tags only shown on log with --decorate? [not found] <AANLkTikgxMFoiQm31FXgqBth=enVxxgxDJv8_97C30HF@mail.gmail.com> @ 2010-09-09 17:25 ` Carlos Eduardo da Fonseca 2010-09-09 19:48 ` Jeff King 0 siblings, 1 reply; 4+ messages in thread From: Carlos Eduardo da Fonseca @ 2010-09-09 17:25 UTC (permalink / raw) To: git Hello, 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? Thanks, ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tags only shown on log with --decorate? 2010-09-09 17:25 ` Tags only shown on log with --decorate? Carlos Eduardo da Fonseca @ 2010-09-09 19:48 ` Jeff King 2010-09-09 20:36 ` Carlos Eduardo da Fonseca 0 siblings, 1 reply; 4+ messages in thread From: Jeff King @ 2010-09-09 19:48 UTC (permalink / raw) To: Carlos Eduardo da Fonseca; +Cc: git 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tags only shown on log with --decorate? 2010-09-09 19:48 ` Jeff King @ 2010-09-09 20:36 ` Carlos Eduardo da Fonseca 2010-09-09 21:14 ` Jeff King 0 siblings, 1 reply; 4+ messages in thread From: Carlos Eduardo da Fonseca @ 2010-09-09 20:36 UTC (permalink / raw) To: Jeff King, git Well, I don't see how can it distract people, but I find important to developers who clone/pull a repository to immediatly see what were the tags added and what are they relation with commits when they "git log". I wouldn't (and I think most developers also wouldn't) remember to execute "git tag" or use the "--decorate" parameter every time they clone/pull something. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tags only shown on log with --decorate? 2010-09-09 20:36 ` Carlos Eduardo da Fonseca @ 2010-09-09 21:14 ` Jeff King 0 siblings, 0 replies; 4+ messages in thread From: Jeff King @ 2010-09-09 21:14 UTC (permalink / raw) To: Carlos Eduardo da Fonseca; +Cc: git On Thu, Sep 09, 2010 at 05:36:09PM -0300, Carlos Eduardo da Fonseca wrote: > Well, I don't see how can it distract people, but I find important to > developers who clone/pull a repository to immediatly see what were the > tags added and what are they relation with commits when they "git > log". > I wouldn't (and I think most developers also wouldn't) remember to > execute "git tag" or use the "--decorate" parameter every time they > clone/pull something. Right. That's why we have a config option, as I explained in my other mail. If you want to argue that the config option should default to on, submit a patch. Either it will get accepted, or it will generate lots of responses from people who disagree with you. -Peff ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-09 21:14 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <AANLkTikgxMFoiQm31FXgqBth=enVxxgxDJv8_97C30HF@mail.gmail.com> 2010-09-09 17:25 ` Tags only shown on log with --decorate? Carlos Eduardo da Fonseca 2010-09-09 19:48 ` Jeff King 2010-09-09 20:36 ` Carlos Eduardo da Fonseca 2010-09-09 21:14 ` Jeff King
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).