aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1402-check-ref-format.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2022-07-01check-ref-format: fix trivial memory leakÆvar Arnfjörð Bjarmason1-0/+1
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-16/+16
2017-10-18check-ref-format --branch: do not expand @{...} outside repositoryJunio C Hamano1-0/+16
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller1-3/+5
2014-09-09Merge branch 'jc/not-mingw-cygwin'Junio C Hamano1-20/+20
2014-07-28t1402: check for refs ending with a dotJeff King1-0/+1
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano1-15/+0
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano1-20/+20
2014-06-18refs.c: SSE2 optimizations for check_refname_componentDavid Turner1-0/+15
2013-01-08t1402: work around shell quoting issue on NetBSDRené Scharfe1-2/+4
2011-10-13t1402-check-ref-format: skip tests of refs beginning with slash on WindowsJohannes Sixt1-36/+52
2011-10-05Change check_refname_format() to reject unnormalized refnamesMichael Haggerty1-8/+23
2011-10-05Do not allow ".lock" at the end of any refname componentMichael Haggerty1-4/+4
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-5/+1
2011-10-05git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty1-7/+81
2011-10-05t1402: add some more testsMichael Haggerty1-0/+9
2011-08-27Forbid DEL characters in reference namesMichael Haggerty1-0/+3
2011-08-25check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty1-0/+6
2010-11-09tests: add missing &&Jonathan Nieder1-2/+2
2010-08-06Allow "check-ref-format --branch" from subdirectoryJonathan Nieder1-0/+17
2009-11-02t1402: Make test executableStephen Boyd1-0/+0
2009-10-12git check-ref-format --printJunio C Hamano1-0/+17
2009-10-12Add tests for git check-ref-formatJonathan Nieder1-0/+44