Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/gc-auto-in-commit'
[gitweb.git]
/
contrib
/
examples
/
builtin-fetch--tool.c
diff --git
a/contrib/examples/builtin-fetch--tool.c
b/contrib/examples/builtin-fetch--tool.c
index a3eb19de0418cbb3bccf54ba7e97e331f079e32e..22648c3afb7b8fed6d05235dc33f0482aef672fa 100644
(file)
--- a/
contrib/examples/builtin-fetch--tool.c
+++ b/
contrib/examples/builtin-fetch--tool.c
@@
-15,7
+15,7
@@
static char *get_stdin(void)
static void show_new(enum object_type type, unsigned char *sha1_new)
{
- fprintf(stderr, " %s: %s\n", typename(type),
+ fprintf(stderr, " %s: %s\n", type
_
name(type),
find_unique_abbrev(sha1_new, DEFAULT_ABBREV));
}