Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
describe: Use for_each_rawref
[gitweb.git]
/
builtin
/
describe.c
diff --git
a/builtin/describe.c
b/builtin/describe.c
index 43caff2ffe185df6ab224b93b4fd9ce3d82de2d0..700f74015460b8cdae9ba2d5be4607310af144c0 100644
(file)
--- a/
builtin/describe.c
+++ b/
builtin/describe.c
@@
-418,7
+418,7
@@
int cmd_describe(int argc, const char **argv, const char *prefix)
return cmd_name_rev(i + argc, args, prefix);
}
- for_each_ref(get_name, NULL);
+ for_each_r
awr
ef(get_name, NULL);
if (!found_names && !always)
die("No names found, cannot describe anything.");