summaryrefslogtreecommitdiff
path: root/t/t1500-rev-parse.sh
AgeCommit message (Expand)AuthorFilesLines
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeLibravatar Sam McKelvie1-0/+16
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryLibravatar Øystein Walle1-0/+15
2017-03-08rev-parse: add --show-superproject-working-treeLibravatar Stefan Beller1-0/+14
2017-02-27Merge branch 'js/git-path-in-subdir'Libravatar Junio C Hamano1-0/+28
2017-02-17rev-parse: fix several options when running in a subdirectoryLibravatar Johannes Schindelin1-2/+2
2017-02-17rev-parse tests: add tests executed from a subdirectoryLibravatar Michael Rappazzo1-0/+28
2017-02-03rev-parse: add '--absolute-git-dir' optionLibravatar SZEDER Gábor1-8/+9
2016-05-18t1500: avoid setting environment variables outside of testsLibravatar Eric Sunshine1-9/+15
2016-05-18t1500: avoid setting configuration options outside of testsLibravatar Eric Sunshine1-19/+20
2016-05-18t1500: avoid changing working directory outside of testsLibravatar Eric Sunshine1-19/+23
2016-05-18t1500: test_rev_parse: facilitate future test enhancementsLibravatar Eric Sunshine1-27/+17
2016-05-17t1500: be considerate to future potential testsLibravatar Eric Sunshine1-3/+5
2009-02-14t1500: more 'git rev-parse --git-dir' testsLibravatar SZEDER Gábor1-3/+3
2009-02-14Move 'rev-parse --git-dir' test to t1500Libravatar SZEDER Gábor1-2/+9
2008-05-05Don't use the 'export NAME=value' in the test scripts.Libravatar Bryan Donlan1-4/+5
2008-02-06fix config reading in testsLibravatar Jeff King1-2/+2
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetLibravatar Johannes Schindelin1-2/+4
2007-08-01Clean up work-tree handlingLibravatar Johannes Schindelin1-10/+10
2007-06-06extend rev-parse test for --is-inside-work-treeLibravatar Matthias Lederhofer1-12/+17
2007-06-06test git rev-parseLibravatar Matthias Lederhofer1-0/+72