diff options
| author | Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> | 2025-04-21 10:56:13 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-21 21:01:19 -0700 |
| commit | 86eef3541e96c398db900ff3e77258bfae9d99e3 (patch) | |
| tree | df468586af1d5a843ddcec066ca1b9a24ba5d28a /builtin/mktree.c | |
| parent | Git 2.49 (diff) | |
| download | git-86eef3541e96c398db900ff3e77258bfae9d99e3.tar.gz git-86eef3541e96c398db900ff3e77258bfae9d99e3.zip | |
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>
Diffstat (limited to 'builtin/mktree.c')
| -rw-r--r-- | builtin/mktree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mktree.c b/builtin/mktree.c index 3c16faa40e..22486963af 100644 --- a/builtin/mktree.c +++ b/builtin/mktree.c @@ -66,7 +66,7 @@ static void write_tree(struct object_id *oid) strbuf_release(&buf); } -static const char *mktree_usage[] = { +static const char *const mktree_usage[] = { "git mktree [-z] [--missing] [--batch]", NULL }; |
