зеркало из https://github.com/microsoft/git.git
merge-recursive: use abbreviated commit object name.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
ed93b449c5
Коммит
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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче