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-11-02tests: teach callers of test_i18ngrep to use test_grepJunio 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: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-03-28config tests: add "NULL" tests for *_get_value_multi()Ævar Arnfjörð Bjarmason
2021-11-01leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-02-10config: provide access to the current line numberBert Wesarg
2020-02-10config: clarify meaning of command line scopingMatthew Rogers
2020-02-10config: split repo scope to local and worktreeMatthew Rogers
2019-10-11t1308-config-set: fix a test that has a typoTanay Abhra
2018-07-23builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy
2017-06-25Merge branch 'js/alias-early-config'Junio C Hamano
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy
2017-05-26config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSDNguyễn Thái Ngọc Duy
2016-12-16t: use nongit() function where applicableJeff King
2016-07-14Merge branch 'jk/upload-pack-hook'Junio C Hamano
2016-07-14mingw: fix regression in t1308-config-setJohannes Schindelin
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-06-18tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-06-03t1308: do not get fooled by symbolic links to the source treeJunio C Hamano
2016-05-27config: add a notion of "scope"Jeff King
2016-05-27config: return configset value for current_config_ functionsJeff King
2016-02-27Merge branch 'js/config-set-in-non-repository'Junio C Hamano
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-22config: add 'origin_type' to config_source structLars Schneider
2014-10-20Merge branch 'ta/config-set'Junio C Hamano
2014-10-14t1308: fix broken here document in test scriptJunio C Hamano
2014-08-07add tests for `git_config_get_string_const()`Tanay Abhra
2014-08-07add a test for semantic errors in config filesTanay Abhra
2014-07-30test-config: add tests for the config_set APITanay Abhra