summaryrefslogtreecommitdiffstats
path: root/t/t1500-rev-parse.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.31.5Taylor Blau2022-10-061-1/+2
|\
| * Sync with 2.30.6Taylor Blau2022-10-061-1/+2
| |\
| | * t/t1NNN: allow local submodulesTaylor Blau2022-10-011-1/+2
* | | rev-parse: fix segfault with missing --path-format argumentWolfgang Müller2021-05-171-0/+4
|/ /
* | Merge branch 'ew/rev-parse-since-test'Junio C Hamano2021-02-181-0/+15
|\ \
| * | t1500: ensure current --since= behavior remainsEric Wong2021-02-101-0/+15
| |/
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-2/+5
|\ \
| * | t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-3/+3
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
| |/
* / rev-parse: add option for absolute or relative path formattingbrian m. carlson2020-12-131-1/+56
|/
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* rev-parse: make --show-toplevel without a worktree an errorJeff King2019-11-201-0/+10
* rev-parse: add a --show-object-format optionbrian m. carlson2019-10-281-0/+15
* rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie2018-09-281-0/+16
* rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle2017-09-191-0/+15
* rev-parse: add --show-superproject-working-treeStefan Beller2017-03-091-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 subdirectoryJohannes 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-041-8/+9
|/
* t1500: avoid setting environment variables outside of testsEric 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-151-3/+3
* Move 'rev-parse --git-dir' test to t1500SZEDER Gábor2009-02-151-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-071-12/+17
* test git rev-parseMatthias Lederhofer2007-06-071-0/+72