Merge branch 'az/tighten-string-array-constness'

Code clean-up.

* az/tighten-string-array-constness:
  global: mark usage strings and string tables const
This commit is contained in:
Junio C Hamano
2025-04-29 14:21:28 -07:00
15 changed files with 24 additions and 24 deletions

View File

@@ -30,7 +30,7 @@
#include "remote.h"
#include "blob.h"
static const char *fast_export_usage[] = {
static const char *const fast_export_usage[] = {
N_("git fast-export [<rev-list-opts>]"),
NULL
};