summaryrefslogtreecommitdiff
path: root/builtin/check-ref-format.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/check-ref-format-oor'Junio C Hamano2017-11-061-2/+4
|\
| * check-ref-format --branch: strip refs/heads/ using skip_prefixJunio C Hamano2017-10-181-2/+4
* | check-ref-format: release strbuf after use in check_ref_format_branch()Rene Scharfe2017-09-071-0/+1
|/
* use xmallocz to avoid size arithmeticJeff King2016-02-221-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-051-8/+7
* Inline function refname_format_print()Michael Haggerty2011-10-051-9/+7
* Make collapse_slashes() allocate memory for its resultMichael Haggerty2011-10-051-9/+10
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-20/+1
* git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-051-9/+47
* check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-251-3/+3
* Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-061-0/+2
* check-ref-format: handle subcommands in separate functionsJonathan Nieder2010-08-061-17/+25
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+61