diff options
author | 2009-02-13 23:10:41 +0100 | |
---|---|---|
committer | 2009-02-13 17:18:22 -0800 | |
commit | 7fcda9201e192413c2e63fe35ce6664dbc81705d (patch) | |
tree | e9103e8f6e6fa0fa060ebf2e1ee2032bf8ca1b8e /pager.c | |
parent | Install the default "master" branch configuration after cloning a void (diff) | |
download | tgif-7fcda9201e192413c2e63fe35ce6664dbc81705d.tar.xz |
log: do not print ellipses with --abbrev-commit
'git log --abbrev-commit' added an ellipsis to all commit names that
were abbreviated. This was particularly annoying if you wanted to
cut&paste the sha1 from the terminal, since selecting by word would
pick up '...' too.
So use find_unique_abbrev() instead of diff_unique_abbrev() in all
log-related commit sha1 printing routines, and also change the
formatting of the 'Merge: parent1 parent2' line output via
pretty_print_commit().
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pager.c')
0 files changed, 0 insertions, 0 deletions