aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1308-config-set.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-5/+5
2023-04-06Merge branch 'gc/config-parsing-cleanup'Junio C Hamano1-0/+9
2023-03-28config: report cached filenames in die_bad_number()Glen Choo1-0/+9
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason1-1/+42
2023-03-28config tests: add "NULL" tests for *_get_value_multi()Ævar Arnfjörð Bjarmason1-0/+65
2021-11-01leak tests: mark some config tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2020-02-10config: provide access to the current line numberBert Wesarg1-2/+12
2020-02-10config: clarify meaning of command line scopingMatthew Rogers1-1/+1
2020-02-10config: split repo scope to local and worktreeMatthew Rogers1-1/+1
2019-10-11t1308-config-set: fix a test that has a typoTanay Abhra1-4/+4
2018-07-23builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy1-11/+11
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano1-1/+3
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin1-1/+3
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy1-0/+2
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy1-1/+2
2017-05-26config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSDNguyễn Thái Ngọc Duy1-0/+8
2016-12-16t: use nongit() function where applicableJeff King1-8/+2
2016-07-14Merge branch 'jk/upload-pack-hook'Junio C Hamano1-1/+9
2016-07-14mingw: fix regression in t1308-config-setJohannes Schindelin1-1/+9
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-2/+2
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-2/+2
2016-06-02t1308: do not get fooled by symbolic links to the source treeJunio C Hamano1-1/+1
2016-05-27config: add a notion of "scope"Jeff King1-0/+3
2016-05-27config: return configset value for current_config_ functionsJeff King1-0/+24
2016-02-26Merge branch 'js/config-set-in-non-repository'Junio C Hamano1-0/+11
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin1-0/+11
2016-02-22config: add 'origin_type' to config_source structLars Schneider1-2/+2
2014-10-20Merge branch 'ta/config-set'Junio C Hamano1-2/+2
2014-10-13t1308: fix broken here document in test scriptJunio C Hamano1-2/+2
2014-08-07add tests for `git_config_get_string_const()`Tanay Abhra1-0/+10
2014-08-07add a test for semantic errors in config filesTanay Abhra1-0/+11
2014-07-29test-config: add tests for the config_set APITanay Abhra1-0/+200