author | Junio C Hamano <junkio@cox.net> | |
Fri, 10 Feb 2006 19:56:42 +0000 (11:56 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 10 Feb 2006 19:56:42 +0000 (11:56 -0800) | ||
commit | 9da5c2f0d7e99eca46ce12bfe08755b30f2bdd30 | |
tree | aa8c5bda4e01d77cf6ed77f5c6bb6cc730a19949 | tree | snapshot |
parent | 39556fbdadaacf67330bc1464e0172468e9c3a5e | commit | diff |
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.
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 | diff | blob | history |