summaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2021-03-30 11:03:47 -0400
committerJunio C Hamano <gitster@pobox.com>2021-03-30 12:16:56 -0700
commitf7c4d63e35b4358f93efc8d2f124056c246f912e (patch)
treeac29d4935dc8d1b20b379521b7280327f9136bdb /contrib/persistent-https
parent11875561bf29cadc91fe43b7383ae05e4ab112b5 (diff)
downloadgit-f7c4d63e35b4358f93efc8d2f124056c246f912e.tar.gz
git-f7c4d63e35b4358f93efc8d2f124056c246f912e.zip
builtin/multi-pack-index.c: inline 'flags' with options
Subcommands of the 'git multi-pack-index' command (e.g., 'write', 'verify', etc.) will want to optionally change a set of shared flags that are eventually passed to the MIDX libraries. Right now, options and flags are handled separately. That's fine, since the options structure is never passed around. But a future patch will make it so that common options shared by all sub-commands are defined in a common location. That means that "flags" would have to become a global variable. Group it with the options structure so that we reduce the number of global variables we have overall. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions