aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1500-rev-parse.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller1-0/+4
2021-02-17Merge branch 'ew/rev-parse-since-test'Junio C Hamano1-0/+15
2021-02-10t1500: ensure current --since= behavior remainsEric Wong1-0/+15
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-2/+5
2020-12-12rev-parse: add option for absolute or relative path formattingbrian m. carlson1-1/+56
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King1-0/+10
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson1-0/+15
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie1-0/+16
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle1-0/+15
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller1-0/+14
2017-02-27Merge branch 'js/git-path-in-subdir'Junio C Hamano1-0/+28
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin1-2/+2
2017-02-17rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo1-0/+28
2017-02-03rev-parse: add '--absolute-git-dir' optionSZEDER Gábor1-8/+9
2016-05-18t1500: avoid setting environment variables outside of testsEric Sunshine1-9/+15
2016-05-18t1500: avoid setting configuration options outside of testsEric Sunshine1-19/+20
2016-05-18t1500: avoid changing working directory outside of testsEric Sunshine1-19/+23
2016-05-18t1500: test_rev_parse: facilitate future test enhancementsEric Sunshine1-27/+17
2016-05-17t1500: be considerate to future potential testsEric Sunshine1-3/+5
2009-02-14t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor1-3/+3
2009-02-14Move 'rev-parse --git-dir' test to t1500SZEDER Gábor1-2/+9
2008-05-05Don't use the 'export NAME=value' in the test scripts.Bryan Donlan1-4/+5
2008-02-06fix config reading in testsJeff King1-2/+2
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin1-2/+4
2007-08-01Clean up work-tree handlingJohannes Schindelin1-10/+10
2007-06-06extend rev-parse test for --is-inside-work-treeMatthias Lederhofer1-12/+17
2007-06-06test git rev-parseMatthias Lederhofer1-0/+72