summaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* ref-filter: add option to match literal patternKarthik Nayak2015-09-171-0/+1
* for-each-ref: add '--contains' optionKarthik Nayak2015-08-031-0/+2
* for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak2015-08-031-0/+3
* for-each-ref: add '--points-at' optionKarthik Nayak2015-08-031-2/+7
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-031-10/+11
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-031-1074/+0
* ref-filter: add 'ref-filter.h'Karthik Nayak2015-06-151-40/+1
* for-each-ref: rename variables called sort to sortingKarthik Nayak2015-06-151-14/+14
* for-each-ref: rename some functions and make them publicKarthik Nayak2015-06-151-32/+32
* for-each-ref: introduce 'ref_array_clear()'Karthik Nayak2015-06-151-0/+21
* for-each-ref: introduce new structures for better organisationKarthik Nayak2015-06-151-24/+30
* for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak2015-06-151-20/+20
* for-each-ref: clean up codeKarthik Nayak2015-06-151-5/+2
* for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak2015-06-151-23/+41
* Merge branch 'bc/object-id'Junio C Hamano2015-06-051-2/+3
|\
| * grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+4
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
* | for-each-ref: accept "%(push)" formatjk/at-push-sha1Jeff King2015-05-221-2/+15
* | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-221-2/+4
* | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-221-2/+2
* | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-211-1/+1
* | remote.c: introduce branch_get_upstream helperJeff King2015-05-211-3/+2
|/
* 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