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