Age | Commit message (Expand) | Author | Files | Lines |
2020-02-10 | config: provide access to the current line number | Bert Wesarg | 1 | -2/+12 |
2020-02-10 | config: clarify meaning of command line scoping | Matthew Rogers | 1 | -1/+1 |
2020-02-10 | config: split repo scope to local and worktree | Matthew Rogers | 1 | -1/+1 |
2019-10-11 | t1308-config-set: fix a test that has a typo | Tanay Abhra | 1 | -4/+4 |
2018-07-23 | builtin/config.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-config into test-tool | Nguyễn Thái Ngọc Duy | 1 | -11/+11 |
2017-06-24 | Merge branch 'js/alias-early-config' | Junio C Hamano | 1 | -1/+3 |
2017-06-15 | t1308: relax the test verifying that empty alias values are disallowed | Johannes Schindelin | 1 | -1/+3 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2017-05-26 | wrapper.c: add and use warn_on_fopen_errors() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2017-05-26 | config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2016-12-16 | t: use nongit() function where applicable | Jeff King | 1 | -8/+2 |
2016-07-14 | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 1 | -1/+9 |
2016-07-14 | mingw: fix regression in t1308-config-set | Johannes Schindelin | 1 | -1/+9 |
2016-07-13 | Merge branch 'va/i18n-even-more' | Junio C Hamano | 1 | -2/+2 |
2016-06-17 | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 1 | -2/+2 |
2016-06-02 | t1308: do not get fooled by symbolic links to the source tree | Junio C Hamano | 1 | -1/+1 |
2016-05-27 | config: add a notion of "scope" | Jeff King | 1 | -0/+3 |
2016-05-27 | config: return configset value for current_config_ functions | Jeff King | 1 | -0/+24 |
2016-02-26 | Merge branch 'js/config-set-in-non-repository' | Junio C Hamano | 1 | -0/+11 |
2016-02-25 | git config: report when trying to modify a non-existing repo config | Johannes Schindelin | 1 | -0/+11 |
2016-02-22 | config: add 'origin_type' to config_source struct | Lars Schneider | 1 | -2/+2 |
2014-10-20 | Merge branch 'ta/config-set' | Junio C Hamano | 1 | -2/+2 |
2014-10-13 | t1308: fix broken here document in test script | Junio C Hamano | 1 | -2/+2 |
2014-08-07 | add tests for `git_config_get_string_const()` | Tanay Abhra | 1 | -0/+10 |
2014-08-07 | add a test for semantic errors in config files | Tanay Abhra | 1 | -0/+11 |
2014-07-29 | test-config: add tests for the config_set API | Tanay Abhra | 1 | -0/+200 |