diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-25 14:46:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-25 14:46:12 -0700 |
commit | d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4 (patch) | |
tree | 5c5c94d5853acf90d9e379de637c7b21ba5dc92f /pretty.c | |
parent | b91069ae9a6cb2d92fa6a5ed6d258bed530abcc7 (diff) | |
parent | 33e7018c459e6583b899690cabd21c808ffd3c85 (diff) | |
download | git-d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4.tar.gz git-d6d994d9115ee7ce5bb5ffcfb75fea838174b9c4.tar.xz |
Merge branch 'lh/short-decorate'
* lh/short-decorate:
git-log: allow --decorate[=short|full]
Diffstat (limited to 'pretty.c')
-rw-r--r-- | pretty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -583,7 +583,7 @@ static void format_decoration(struct strbuf *sb, const struct commit *commit) struct name_decoration *d; const char *prefix = " ("; - load_ref_decorations(); + load_ref_decorations(DECORATE_SHORT_REFS); d = lookup_decoration(&name_decoration, &commit->object); while (d) { strbuf_addstr(sb, prefix); |