Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGlen Choo <chooglen@google.com>2023-03-28 20:51:54 +0300
committerJunio C Hamano <gitster@pobox.com>2023-03-28 23:03:27 +0300
commit9b4a655302aae41a35752acfb61da1b43b4c7ce7 (patch)
treeb3dffe4fdcb84685e0a2b45df88a1ae2a7fda274 /t
parente2016508e7690cddc789fb28879703082363549d (diff)
config.c: rename "struct config_source cf"
The "cf" name is a holdover from before 4d8dd1494e (config: make parsing stack struct independent from actual data source, 2013-07-12), when the struct was named config_file. Since that acronym no longer makes sense, rename "cf" to "cs". In some places, we have "struct config_set cs", so to avoid conflict, rename those "cs" to "set" ("config_set" would be more descriptive, but it's much longer and would require us to rewrap several lines). Signed-off-by: Glen Choo <chooglen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions