Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach git push .git/branches shorthand
[gitweb.git]
/
diff-helper.c
diff --git
a/diff-helper.c
b/diff-helper.c
index 07ccd7cc38d02843d339a9feb21088912f63dcba..3fa50ee75b510c5396fe004160f80ddbe4955ca1 100644
(file)
--- a/
diff-helper.c
+++ b/
diff-helper.c
@@
-20,7
+20,7
@@
static void flush_them(int ac, const char **av)
diff_flush(DIFF_FORMAT_PATCH, '\n');
}
-static const char
*diff_helper_usage
=
+static const char
diff_helper_usage[]
=
"git-diff-helper [-z] [-O<orderfile>] [-S<string>] [--pickaxe-all] [<path>...]";
int main(int ac, const char **av) {