merge-recursive: use abbreviated commit object name.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
ed93b449c5
commit
9926ba98a4
@ -98,7 +98,7 @@ static void output_commit_title(struct commit *commit)
|
||||
if (commit->util)
|
||||
printf("virtual %s\n", (char *)commit->util);
|
||||
else {
|
||||
printf("%s ", sha1_to_hex(commit->object.sha1));
|
||||
printf("%s ", find_unique_abbrev(commit->object.sha1, DEFAULT_ABBREV));
|
||||
if (parse_commit(commit) != 0)
|
||||
printf("(bad commit)\n");
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user