global: mark usage strings and string tables const
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
683c54c999
commit
86eef3541e
@@ -22,12 +22,12 @@
|
||||
" [--changed-paths] [--[no-]max-new-filters <n>] [--[no-]progress]\n" \
|
||||
" <split-options>")
|
||||
|
||||
static const char * builtin_commit_graph_verify_usage[] = {
|
||||
static const char * const builtin_commit_graph_verify_usage[] = {
|
||||
BUILTIN_COMMIT_GRAPH_VERIFY_USAGE,
|
||||
NULL
|
||||
};
|
||||
|
||||
static const char * builtin_commit_graph_write_usage[] = {
|
||||
static const char * const builtin_commit_graph_write_usage[] = {
|
||||
BUILTIN_COMMIT_GRAPH_WRITE_USAGE,
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user