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

@@ -19,7 +19,7 @@
#include "date.h"
#include "wildmatch.h"
static const char* show_branch_usage[] = {
static const char*const show_branch_usage[] = {
N_("git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
" [--current] [--color[=<when>] | --no-color] [--sparse]\n"
" [--more=<n> | --list | --independent | --merge-base]\n"