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:
parent
e8f3016000
commit
bd7440fe1b
@ -313,7 +313,8 @@ static void show_one_commit(struct commit *commit, int no_name)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf("[%s] ",
|
printf("[%s] ",
|
||||||
find_unique_abbrev(commit->object.sha1, 7));
|
find_unique_abbrev(commit->object.sha1,
|
||||||
|
DEFAULT_ABBREV));
|
||||||
}
|
}
|
||||||
puts(pretty_str);
|
puts(pretty_str);
|
||||||
strbuf_release(&pretty);
|
strbuf_release(&pretty);
|
||||||
|
Loading…
Reference in New Issue
Block a user