aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-bloom.c
diff options
context:
space:
mode:
authorAhelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>2025-04-21 10:56:13 +0200
committerJunio C Hamano <gitster@pobox.com>2025-04-21 21:01:19 -0700
commit86eef3541e96c398db900ff3e77258bfae9d99e3 (patch)
treedf468586af1d5a843ddcec066ca1b9a24ba5d28a /t/helper/test-bloom.c
parentGit 2.49 (diff)
downloadgit-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 't/helper/test-bloom.c')
-rw-r--r--t/helper/test-bloom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-bloom.c b/t/helper/test-bloom.c
index 14e075c1a1..9aa2c5a592 100644
--- a/t/helper/test-bloom.c
+++ b/t/helper/test-bloom.c
@@ -44,7 +44,7 @@ static void get_bloom_filter_for_commit(const struct object_id *commit_oid)
print_bloom_filter(filter);
}
-static const char *bloom_usage = "\n"
+static const char *const bloom_usage = "\n"
" test-tool bloom get_murmur3 <string>\n"
" test-tool bloom get_murmur3_seven_highbit\n"
" test-tool bloom generate_filter <string> [<string>...]\n"