diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-23 01:43:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-23 01:43:50 -0700 |
commit | 44ee247f8db243fbd3c50fee0fe35696ed7da8d3 (patch) | |
tree | 3bab3e93cd2752fd0e45d5b982242addbf20c18d /builtin-fetch.c | |
parent | 212fa1d96040a01054d6bd92ee2bb74fe7071d33 (diff) | |
parent | de435ac0f633b1f68dba2970cb7fa019171e40fe (diff) | |
download | git-44ee247f8db243fbd3c50fee0fe35696ed7da8d3.tar.gz |
Merge branch 'fc/decorate-tag'
* fc/decorate-tag:
Prettify log decorations even more
Change prettify_ref to prettify_refname
Diffstat (limited to 'builtin-fetch.c')
-rw-r--r-- | builtin-fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-fetch.c b/builtin-fetch.c index b944cac6e6..77acabfcc7 100644 --- a/builtin-fetch.c +++ b/builtin-fetch.c @@ -197,7 +197,7 @@ static int update_local_ref(struct ref *ref, struct commit *current = NULL, *updated; enum object_type type; struct branch *current_branch = branch_get(NULL); - const char *pretty_ref = prettify_ref(ref); + const char *pretty_ref = prettify_refname(ref->name); *display = 0; type = sha1_object_info(ref->new_sha1, NULL); |