summaryrefslogtreecommitdiff
path: root/t/t1402-check-ref-format.sh
Commit message (Expand)AuthorAgeFilesLines
* check-ref-format: fix trivial memory leakÆvar Arnfjörð Bjarmason2022-07-011-0/+1
* t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-16/+16
* check-ref-format --branch: do not expand @{...} outside repositoryJunio C Hamano2017-10-181-0/+16
* refs: loosen restriction on wildcard "*" refspecsjk/refspec-parse-wildcardJacob Keller2015-07-271-3/+5
* Merge branch 'jc/not-mingw-cygwin'Junio C Hamano2014-09-091-20/+20
|\
| * test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-20/+20
* | t1402: check for refs ending with a dotJeff King2014-07-281-0/+1
* | Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano2014-07-281-15/+0
|/
* refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sseDavid Turner2014-06-181-0/+15
* t1402: work around shell quoting issue on NetBSDRené Scharfe2013-01-081-2/+4
* t1402-check-ref-format: skip tests of refs beginning with slash on WindowsJohannes Sixt2011-10-131-36/+52
* Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-051-8/+23
* Do not allow ".lock" at the end of any refname componentMichael Haggerty2011-10-051-4/+4
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-5/+1
* git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-051-7/+81
* t1402: add some more testsMichael Haggerty2011-10-051-0/+9
* Forbid DEL characters in reference namesMichael Haggerty2011-08-271-0/+3
* check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-251-0/+6
* tests: add missing &&Jonathan Nieder2010-11-091-2/+2
* Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-061-0/+17
* t1402: Make test executableStephen Boyd2009-11-021-0/+0
* git check-ref-format --printJunio C Hamano2009-10-121-0/+17
* Add tests for git check-ref-formatJonathan Nieder2009-10-121-0/+44