summaryrefslogtreecommitdiff
path: root/t/t1403-show-ref.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-9/+9
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-9/+9
2025-09-02t1403: split 'show-ref --exists' tests into a separate fileMeet Soni1-65/+0
2025-03-04t1403: verify that path exists and is a fileMahendra Dani1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-06-04show-ref: introduce --branches and deprecate --headsJunio C Hamano1-8/+16
2024-02-07show-ref --verify: accept pseudorefsPhillip Wood1-0/+8
2024-01-29Merge branch 'tc/show-ref-exists-fix'Junio C Hamano1-2/+2
2024-01-18builtin/show-ref: treat directory as non-existing in --existsToon Claes1-2/+2
2024-01-02Merge branch 'ps/pseudo-refs'Junio C Hamano1-0/+10
2023-12-14refs: propagate errno when reading special refs failsPatrick Steinhardt1-0/+10
2023-12-11show-ref: use die_for_incompatible_opt3()René Scharfe1-7/+9
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt1-1/+62
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt1-0/+9
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-6/+6
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-4/+4
2021-11-18checkout: fix "branch info" memory leaksÆvar Arnfjörð Bjarmason1-0/+1
2021-05-11test-lib functions: add an --annotated option to "test_commit"Ævar Arnfjörð Bjarmason1-4/+2
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-10/+10
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-29/+17
2017-01-23show-ref: detect dangling refs under --verify as wellVladimir Panteleev1-0/+22
2017-01-23show-ref: allow -d to work with --verifyVladimir Panteleev1-0/+9
2017-01-23show-ref: accept HEAD with --verifyVladimir Panteleev1-0/+11
2015-03-20t: fix severe &&-chain breakageJeff King1-5/+5
2013-07-17show-ref: make --head always show the HEAD refDoug Bell1-0/+167