Hi, On Wed, 7 Feb 2007, Junio C Hamano wrote: > Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > > > With "--pretty=oneline --abbrev-commit" I'll agree that it's actually > > fairly pretty. > > > > Maybe we can make "-g" default to that? As it is, I'd otherwise still use > > "less" just because there is less typing... > > > > Linus > > Well, you would not know if the user gave you '-g' before you > ask setup_revisions() to parse the options, and once you let it > do its thing, you would not know if it also found an explicit > output format given by the end user, so your cannot sanely make > default depend on '-g'. > > I suspect that it would have to be either somewhat involved or > outright hacky. Well, we could always make CMIT_FMT_DEFAULT _not_be the same as _MEDIUM, and if it still is the same _after_ parsing the options, set it to MEDIUM explicitely. Same goes for the abbrev thing. Ciao, Dscho - 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