summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-051-4/+3
|\
| * for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe2015-02-221-4/+3
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-1/+1
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | | Merge branch 'rc/for-each-ref-tracking'Junio C Hamano2015-01-141-2/+9
|\ \ \ | |/ / |/| |
| * | for-each-ref: always check stat_tracking_info()'s return valuerc/for-each-ref-trackingRaphael Kubo da Costa2015-01-121-2/+9
* | | Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Junio C Hamano2014-12-221-1/+1
|\ \ \
| * | | for-each-ref: correct spelling of Tcl in option descriptionrt/for-each-ref-spell-tcl-as-TclRalf Thielow2014-11-301-1/+1
| | |/ | |/|
* | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-211-2/+9
|\ \ \
| * | | for-each-ref: skip and warn about broken ref namesRonnie Sahlberg2014-10-151-0/+5
| * | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+4
* | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | color_parse: do not mention variable name in error messagejn/parse-config-slotJeff King2014-10-141-2/+4
| |/ /
* | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-6/+3
|\ \ \
| * | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-6/+3
| |/ /
* | | calloc() and xcalloc() takes nmemb and then sizeas/calloc-takes-nmemb-then-sizeArjun Sreedharan2014-09-031-1/+1
|/ /
* | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-171-14/+2
* | Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
|/
* 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