aboutsummaryrefslogtreecommitdiff
path: root/builtin/for-each-ref.c
Commit message (Expand)AuthorAge
* provide --color option for all ref-filter usersJeff King2017-10-04
* for-each-ref: load config earlierJeff King2017-07-13
* ref-filter: abstract ref format into its own structJeff King2017-07-13
* config: don't include config.h by defaultBrandon Williams2017-06-15
* ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
* for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason2017-03-23
* tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy2016-12-05
* ref-filter: add option to match literal patternKarthik Nayak2015-09-17
* for-each-ref: add '--contains' optionKarthik Nayak2015-08-03
* for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak2015-08-03
* for-each-ref: add '--points-at' optionKarthik Nayak2015-08-03
* for-each-ref: introduce filter_refs()Karthik Nayak2015-08-03
* ref-filter: move code from 'for-each-ref'Karthik Nayak2015-08-03
* ref-filter: add 'ref-filter.h'Karthik Nayak2015-06-15
* for-each-ref: rename variables called sort to sortingKarthik Nayak2015-06-15
* for-each-ref: rename some functions and make them publicKarthik Nayak2015-06-15
* for-each-ref: introduce 'ref_array_clear()'Karthik Nayak2015-06-15
* for-each-ref: introduce new structures for better organisationKarthik Nayak2015-06-15
* for-each-ref: rename 'refinfo' to 'ref_array_item'Karthik Nayak2015-06-15
* for-each-ref: clean up codeKarthik Nayak2015-06-15
* for-each-ref: extract helper functions out of grab_single_ref()Karthik Nayak2015-06-15
* Merge branch 'bc/object-id'Junio C Hamano2015-06-05
|\
| * grab_single_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
| * each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | for-each-ref: accept "%(push)" formatJeff King2015-05-22
* | for-each-ref: use skip_prefix instead of starts_withJeff King2015-05-22
* | remote.c: return upstream name from stat_tracking_infoJeff King2015-05-22
* | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-21
* | remote.c: introduce branch_get_upstream helperJeff King2015-05-21
|/
* Merge branch 'rs/simple-cleanups'Junio C Hamano2015-03-05
|\
| * for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe2015-02-22
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-14
* | | Merge branch 'rc/for-each-ref-tracking'Junio C Hamano2015-01-14
|\ \ \ | |/ / |/| |
| * | for-each-ref: always check stat_tracking_info()'s return valueRaphael Kubo da Costa2015-01-12
* | | Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'Junio C Hamano2014-12-22
|\ \ \
| * | | for-each-ref: correct spelling of Tcl in option descriptionRalf Thielow2014-11-30
| | |/ | |/|
* | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-21
|\ \ \
| * | | for-each-ref: skip and warn about broken ref namesRonnie Sahlberg2014-10-15
| * | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \ \ \ | |/ / / |/| | |
| * | | color_parse: do not mention variable name in error messageJeff King2014-10-14
| |/ /
* | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\ \ \
| * | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
| |/ /
* | | calloc() and xcalloc() takes nmemb and then sizeArjun Sreedharan2014-09-03
|/ /
* | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
* | Use starts_with() for C strings instead of memcmp()René Scharfe2014-06-09
|/
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
* Merge branch 'maint'Junio C Hamano2013-12-30
|\
| * for-each-ref: remove unused variableRamkumar Ramachandra2013-12-30