зеркало из https://github.com/microsoft/git.git
show-branch: use DEFAULT_ABBREV instead of 7
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e8f3016000
Коммит
bd7440fe1b
|
@ -313,7 +313,8 @@ static void show_one_commit(struct commit *commit, int no_name)
|
|||
}
|
||||
else
|
||||
printf("[%s] ",
|
||||
find_unique_abbrev(commit->object.sha1, 7));
|
||||
find_unique_abbrev(commit->object.sha1,
|
||||
DEFAULT_ABBREV));
|
||||
}
|
||||
puts(pretty_str);
|
||||
strbuf_release(&pretty);
|
||||
|
|
Загрузка…
Ссылка в новой задаче