summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)Author
2014-10-21Merge branch 'rs/ref-transaction'Junio C Hamano
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-15for-each-ref: skip and warn about broken ref namesRonnie Sahlberg
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-14color_parse: do not mention variable name in error messageJeff King
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-03calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan
2014-07-17use commit_list_count() to count the members of commit_listsRené Scharfe
2014-06-09Use starts_with() for C strings instead of memcmp()René Scharfe
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-30Merge branch 'maint'Junio C Hamano
2013-12-30for-each-ref: remove unused variableRamkumar Ramachandra
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-06Merge branch 'rr/for-each-ref-decoration'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-19for-each-ref: avoid color leakageRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra
2013-11-19for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra
2013-11-01Merge branch 'jk/for-each-ref-skip-parsing'Junio C Hamano
2013-10-30for-each-ref: avoid loading objects to print %(objectname)Jeff King
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy
2012-09-07Merge branch 'nd/i18n-parseopt-help'Junio C Hamano
2012-08-21for-each-ref: Fix sort with multiple keysKacper Kornet
2012-08-20i18n: for-each-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy
2011-09-08for-each-ref: add split message parts to %(contents:*).Michał Górny
2011-09-08for-each-ref: handle multiline subjects like --prettyJeff King
2011-09-08for-each-ref: refactor subject and body placeholder parsingJeff King
2010-08-26for-each-ref: fix objectname:short bugJay Soffian
2010-06-08Merge branch 'maint'Junio C Hamano
2010-06-07Change C99 comments to old-style C commentsTor Arntsen
2010-05-19for-each-ref: Field with abbreviated objectnameMichael J Gruber
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds