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
AgeCommit message (Expand)Author
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'gc/config-parsing-cleanup'Junio C Hamano
2023-03-28config: report cached filenames in die_bad_number()Glen Choo
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-02-10config: provide access to the current line numberBert Wesarg
2020-02-10config: make scope_name non-static and rename itMatthew Rogers
2018-03-27t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-03-15t1309: test read_early_config()Johannes Schindelin
2016-09-22Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-07-19Merge branch 'jk/common-main'Junio C Hamano
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-05-27config: add a notion of "scope"Jeff King
2016-05-27config: return configset value for current_config_ functionsJeff King
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy