Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix installation of templates on ancient systems.
[gitweb.git]
/
builtin-check-ref-format.c
diff --git
a/builtin-check-ref-format.c
b/builtin-check-ref-format.c
index 4a23936aff8c21ca42a1b1e460543b1c775ccb45..701de439ae0f508f3a8ab41559230357be60637e 100644
(file)
--- a/
builtin-check-ref-format.c
+++ b/
builtin-check-ref-format.c
@@
-6,7
+6,7
@@
#include "refs.h"
#include "builtin.h"
-int cmd_check_ref_format(int argc, const char **argv, c
har **envp
)
+int cmd_check_ref_format(int argc, const char **argv, c
onst char *prefix
)
{
if (argc != 2)
usage("git check-ref-format refname");