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 /refs.h | |
| parent | 212fa1d96040a01054d6bd92ee2bb74fe7071d33 (diff) | |
| parent | de435ac0f633b1f68dba2970cb7fa019171e40fe (diff) | |
Merge branch 'fc/decorate-tag'
* fc/decorate-tag:
Prettify log decorations even more
Change prettify_ref to prettify_refname
Diffstat (limited to 'refs.h')
| -rw-r--r-- | refs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ extern int for_each_reflog(each_ref_fn, void *); #define CHECK_REF_FORMAT_WILDCARD (-3) extern int check_ref_format(const char *target); -extern const char *prettify_ref(const struct ref *ref); +extern const char *prettify_refname(const char *refname); extern char *shorten_unambiguous_ref(const char *ref, int strict); /** rename ref, return 0 on success **/ |
