summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Merge branch 'rs/simple-cleanups'Libravatar Junio C Hamano1-4/+3
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonLibravatar René Scharfe1-4/+3
2015-02-11Merge branch 'ah/usage-strings'Libravatar Junio C Hamano1-1/+1
2015-01-14Merge branch 'rc/for-each-ref-tracking'Libravatar Junio C Hamano1-2/+9
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2015-01-12for-each-ref: always check stat_tracking_info()'s return valueLibravatar Raphael Kubo da Costa1-2/+9
2014-12-22Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Libravatar Junio C Hamano1-1/+1
2014-11-30for-each-ref: correct spelling of Tcl in option descriptionLibravatar Ralf Thielow1-1/+1
2014-10-21Merge branch 'rs/ref-transaction'Libravatar Junio C Hamano1-2/+9
2014-10-20Merge branch 'jn/parse-config-slot'Libravatar Junio C Hamano1-2/+4
2014-10-15for-each-ref: skip and warn about broken ref namesLibravatar Ronnie Sahlberg1-0/+5
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-2/+4
2014-10-14color_parse: do not mention variable name in error messageLibravatar Jeff King1-2/+4
2014-09-26Merge branch 'rs/realloc-array'Libravatar Junio C Hamano1-6/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-6/+3
2014-09-03calloc() and xcalloc() takes nmemb and then sizeLibravatar Arjun Sreedharan1-1/+1
2014-07-17use commit_list_count() to count the members of commit_listsLibravatar René Scharfe1-14/+2
2014-06-09Use starts_with() for C strings instead of memcmp()Libravatar René Scharfe1-1/+1
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-30Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2013-12-30for-each-ref: remove unused variableLibravatar Ramkumar Ramachandra1-2/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-10/+10
2013-12-06Merge branch 'rr/for-each-ref-decoration'Libravatar Junio C Hamano1-13/+81
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-7/+7
2013-11-19for-each-ref: avoid color leakageLibravatar Ramkumar Ramachandra1-5/+23
2013-11-19for-each-ref: introduce %(color:...) for colorLibravatar Ramkumar Ramachandra1-2/+9
2013-11-19for-each-ref: introduce %(upstream:track[short])Libravatar Ramkumar Ramachandra1-3/+37
2013-11-18for-each-ref: introduce %(HEAD) asterisk markerLibravatar Ramkumar Ramachandra1-2/+11
2013-11-01Merge branch 'jk/for-each-ref-skip-parsing'Libravatar Junio C Hamano1-9/+20
2013-10-30for-each-ref: avoid loading objects to print %(objectname)Libravatar Jeff King1-9/+20
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufLibravatar Nguyễn Thái Ngọc Duy1-4/+9
2012-09-07Merge branch 'nd/i18n-parseopt-help'Libravatar Junio C Hamano1-9/+9
2012-08-21for-each-ref: Fix sort with multiple keysLibravatar Kacper Kornet1-1/+3
2012-08-20i18n: for-each-ref: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-9/+9
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionLibravatar Nguyễn Thái Ngọc Duy1-5/+2
2011-09-08for-each-ref: add split message parts to %(contents:*).Libravatar Michał Górny1-6/+26
2011-09-08for-each-ref: handle multiline subjects like --prettyLibravatar Jeff King1-5/+24
2011-09-08for-each-ref: refactor subject and body placeholder parsingLibravatar Jeff King1-25/+29
2010-08-26for-each-ref: fix objectname:short bugLibravatar Jay Soffian1-1/+2
2010-06-07Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2010-06-07Change C99 comments to old-style C commentsLibravatar Tor Arntsen1-2/+2
2010-05-18for-each-ref: Field with abbreviated objectnameLibravatar Michael J Gruber1-0/+3
2010-03-10Merge branch 'lt/deepen-builtin-source'Libravatar Junio C Hamano1-0/+996
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+955