summaryrefslogtreecommitdiff
path: root/t/t1308-config-set.sh
AgeCommit message (Expand)Author
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-24Merge 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-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-06-02t1308: 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-26Merge 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-13t1308: 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-29test-config: add tests for the config_set APITanay Abhra