Signed-off-by: Tay Ray Chuan <rctay89@xxxxxxxxx> --- builtin/show-branch.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/builtin/show-branch.c b/builtin/show-branch.c index e20fcf3..e8719aa 100644 --- a/builtin/show-branch.c +++ b/builtin/show-branch.c @@ -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); -- 1.7.1.189.g07419 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html