aboutsummaryrefslogtreecommitdiff
path: root/builtin/check-ref-format.c
Commit message (Expand)AuthorAge
* use xmallocz to avoid size arithmeticJeff King2016-02-22
* standardize usage info string formatAlex Henrie2015-01-14
* Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-05
* Inline function refname_format_print()Michael Haggerty2011-10-05
* Make collapse_slashes() allocate memory for its resultMichael Haggerty2011-10-05
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-05
* check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2011-08-25
* Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-06
* check-ref-format: handle subcommands in separate functionsJonathan Nieder2010-08-06
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22