summaryrefslogtreecommitdiffstats
path: root/builtin-fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-05-23 10:43:50 +0200
committerJunio C Hamano <gitster@pobox.com>2009-05-23 10:43:50 +0200
commit44ee247f8db243fbd3c50fee0fe35696ed7da8d3 (patch)
tree3bab3e93cd2752fd0e45d5b982242addbf20c18d /builtin-fetch.c
parentMerge branch 'tp/send-email-from-config' (diff)
parentPrettify log decorations even more (diff)
downloadgit-44ee247f8db243fbd3c50fee0fe35696ed7da8d3.tar.xz
git-44ee247f8db243fbd3c50fee0fe35696ed7da8d3.zip
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.c2
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);