Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Make do_each_ref() follow symlinks.
[gitweb.git]
/
verify-pack.c
diff --git
a/verify-pack.c
b/verify-pack.c
index 30c40feebdf4369683dbb365caa13faeb5699f82..80b60a6b7cdfb2f45bb34331dbc372fcbabe8c5a 100644
(file)
--- a/
verify-pack.c
+++ b/
verify-pack.c
@@
-27,7
+27,7
@@
static int verify_one_pack(char *arg, int verbose)
return verify_pack(g, verbose);
}
-static const char
*verify_pack_usage
= "git-verify-pack [-v] <pack>...";
+static const char
verify_pack_usage[]
= "git-verify-pack [-v] <pack>...";
int main(int ac, char **av)
{