mirror of
https://github.com/git/git.git
synced 2026-08-03 22:51:13 +00:00
[PATCH] Unify usage strings declaration
All usage strings are now declared as static const char []. This is carried over from my old git-pb branch. Signed-off-by: Petr Baudis <pasky@ucw.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
0b124bb4bf
commit
4d1f119033
@@ -163,7 +163,7 @@ static void mark_merge_entries(void)
|
||||
}
|
||||
}
|
||||
|
||||
static char *diff_cache_usage =
|
||||
static const char diff_cache_usage[] =
|
||||
"git-diff-cache [-m] [--cached] "
|
||||
"[<common diff options>] <tree-ish> [<path>...]"
|
||||
COMMON_DIFF_OPTIONS_HELP;
|
||||
|
||||
Reference in New Issue
Block a user