aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1305-config-include.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-21config.c: don't leak memory in handle_path_include()Ævar Arnfjörð Bjarmason1-0/+1
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-3/+1
2021-01-21tests: remove uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason1-3/+1
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-1/+1
2019-10-28t1305: avoid comparing extensionsbrian m. carlson1-1/+1
2019-07-25Merge branch 'ab/test-env'Junio C Hamano1-14/+7
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason1-1/+1
2019-06-20config tests: simplify include cycle testÆvar Arnfjörð Bjarmason1-14/+7
2019-06-05config: learn the "onbranch:" includeIf conditionDenton Liu1-0/+39
2019-04-01config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy1-0/+13
2018-07-23config.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-1/+1
2017-05-17config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason1-0/+23
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano1-0/+11
2017-04-17config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy1-0/+11
2017-04-14config: resolve symlinks in conditional include's patternsNguyễn Thái Ngọc Duy1-0/+54
2017-03-11config: add conditional includeNguyễn Thái Ngọc Duy1-1/+57
2014-02-18config: teach "git config --file -" to read from the standard inputKirill A. Shutemov1-1/+15
2014-02-18config: disallow relative include paths from blobsJeff King1-0/+16
2012-04-29config: expand tildes in include.path variableJeff King1-0/+8
2012-02-17config: add include directiveJeff King1-0/+134