summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* Merge branch 'maint'Junio C Hamano2013-12-301-2/+1
|\
| * for-each-ref: remove unused variableRamkumar Ramachandra2013-12-301-2/+1
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-10/+10
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-7/+7
| |/
* | Merge branch 'rr/for-each-ref-decoration'Junio C Hamano2013-12-061-13/+81
|\ \ | |/ |/|
| * for-each-ref: avoid color leakagerr/for-each-ref-decorationRamkumar Ramachandra2013-11-191-5/+23
| * for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra2013-11-191-2/+9
| * for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra2013-11-191-3/+37
| * for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra2013-11-181-2/+11
* | Merge branch 'jk/for-each-ref-skip-parsing'Junio C Hamano2013-11-011-9/+20
|\ \ | |/ |/|
| * for-each-ref: avoid loading objects to print %(objectname)jk/for-each-ref-skip-parsingJeff King2013-10-301-9/+20
* | for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-301-4/+9
|/
* Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-9/+9
|\
| * i18n: for-each-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-9/+9
* | for-each-ref: Fix sort with multiple keysKacper Kornet2012-08-211-1/+3
|/
* Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-5/+2
* for-each-ref: add split message parts to %(contents:*).Michał Górny2011-09-081-6/+26
* for-each-ref: handle multiline subjects like --prettyJeff King2011-09-081-5/+24
* for-each-ref: refactor subject and body placeholder parsingJeff King2011-09-081-25/+29
* for-each-ref: fix objectname:short bugJay Soffian2010-08-261-1/+2
* Merge branch 'maint'Junio C Hamano2010-06-071-2/+2
|\
| * Change C99 comments to old-style C commentsTor Arntsen2010-06-071-2/+2
* | for-each-ref: Field with abbreviated objectnameMichael J Gruber2010-05-181-0/+3
|/
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-18/+59
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+955