aboutsummaryrefslogtreecommitdiff
path: root/builtin-fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-05-23 01:43:50 -0700
committerJunio C Hamano <gitster@pobox.com>2009-05-23 01:43:50 -0700
commit44ee247f8db243fbd3c50fee0fe35696ed7da8d3 (patch)
tree3bab3e93cd2752fd0e45d5b982242addbf20c18d /builtin-fetch.c
parent212fa1d96040a01054d6bd92ee2bb74fe7071d33 (diff)
parentde435ac0f633b1f68dba2970cb7fa019171e40fe (diff)
downloadgit-44ee247f8db243fbd3c50fee0fe35696ed7da8d3.tar.gz
git-44ee247f8db243fbd3c50fee0fe35696ed7da8d3.tar.xz
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 b944cac6e..77acabfcc 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);