On Sonntag, 17. Januar 2010, Jeff King wrote: > - if (!user_ident_explicitly_given) { > + if (user_ident_explicitly_given != IDENT_ALL_GIVEN) { > strbuf_addstr(&format, "\n Committer: "); Sorry for chiming in so late, but this new condition worries me a bit. On all of my machines I have the GECOS field filled in with "Johannes Sixt", i.e., I do not need user.name. But of course the automatically derived email address is nonsense, so I've set up only user.email. Now I would always this hint, wouldn't I? Do most others fill in GECOS in ways that are inappropriate for git? -- Hannes -- 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