mirror of
https://github.com/git/git.git
synced 2025-04-11 13:36:13 +00:00
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…
x
Reference in New Issue
Block a user