rev-list: default to abbreviate merge parent names under --pretty.
authorJunio C Hamano <junkio@cox.net>
Fri, 10 Feb 2006 19:56:42 +0000 (11:56 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 10 Feb 2006 19:56:42 +0000 (11:56 -0800)
commit9da5c2f0d7e99eca46ce12bfe08755b30f2bdd30
treeaa8c5bda4e01d77cf6ed77f5c6bb6cc730a19949
parent39556fbdadaacf67330bc1464e0172468e9c3a5e
rev-list: default to abbreviate merge parent names under --pretty.

When we prettyprint commit log messages, merge parent names were
often very long and there was no way to abbreviate it.

This changes them to be abbreviated by default, and non-default
abbreviations can be specified with --no-abbrev or --abbrev=<n>
options.

Note that this affects only the prettyprinted parent names.  The
output from --show-parents is meant for machine consumption and
is not affected by this flag.
rev-list.c