summaryrefslogtreecommitdiff
path: root/t/t1500-rev-parse.sh
AgeCommit message (Expand)AuthorFilesLines
2021-05-17rev-parse: fix segfault with missing --path-format argumentLibravatar Wolfgang Müller1-0/+4
2021-02-17Merge branch 'ew/rev-parse-since-test'Libravatar Junio C Hamano1-0/+15
2021-02-10t1500: ensure current --since= behavior remainsLibravatar Eric Wong1-0/+15
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Libravatar Junio C Hamano1-2/+5
2020-12-12rev-parse: add option for absolute or relative path formattingLibravatar brian m. carlson1-1/+56
2020-11-19t[01]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2020-07-30t: remove test_oid_init in testsLibravatar brian m. carlson1-1/+0
2019-11-20rev-parse: make --show-toplevel without a worktree an errorLibravatar Jeff King1-0/+10
2019-10-28rev-parse: add a --show-object-format optionLibravatar brian m. carlson1-0/+15
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