mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user