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-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 39dd54f80a7e81f7e67faf13ba79a0a8c9e077e7..2e6416e386331b0b5f44bb3a407dbc0ab6ed8145 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-6,7
+6,7
@@
#include "cache.h"
#include "diff.h"
-static const char
*diff_files_usage
=
+static const char
diff_files_usage[]
=
"git-diff-files [-q] "
"[<common diff options>] [<path>...]"
COMMON_DIFF_OPTIONS_HELP;