summaryrefslogtreecommitdiff
path: root/t/t1500-rev-parse.sh
Commit message (Expand)AuthorAgeFilesLines
* rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+14
* Merge branch 'js/git-path-in-subdir'Junio C Hamano2017-02-271-0/+28
|\
| * rev-parse: fix several options when running in a subdirectoryjs/git-path-in-subdirJohannes Schindelin2017-02-171-2/+2
| * rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo2017-02-171-0/+28
* | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-031-8/+9
|/
* t1500: avoid setting environment variables outside of testses/t1500-modernizeEric Sunshine2016-05-181-9/+15
* t1500: avoid setting configuration options outside of testsEric Sunshine2016-05-181-19/+20
* t1500: avoid changing working directory outside of testsEric Sunshine2016-05-181-19/+23
* t1500: test_rev_parse: facilitate future test enhancementsEric Sunshine2016-05-181-27/+17
* t1500: be considerate to future potential testsEric Sunshine2016-05-171-3/+5
* t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor2009-02-141-3/+3
* Move 'rev-parse --git-dir' test to t1500SZEDER Gábor2009-02-141-2/+9
* Don't use the 'export NAME=value' in the test scripts.Bryan Donlan2008-05-051-4/+5
* fix config reading in testsJeff King2008-02-061-2/+2
* Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin2007-08-101-2/+4
* Clean up work-tree handlingJohannes Schindelin2007-08-011-10/+10
* extend rev-parse test for --is-inside-work-treeMatthias Lederhofer2007-06-061-12/+17
* test git rev-parseMatthias Lederhofer2007-06-061-0/+72