summaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-13/+20
|\
| * hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+2
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+7
| * hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-5/+7
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+2
* | Merge branch 'rs/get-tagged-oid'Junio C Hamano2019-09-301-2/+2
|\ \
| * | use get_tagged_oid()René Scharfe2019-09-051-2/+2
| |/
* | Merge branch 'mp/for-each-ref-missing-name-or-email'Junio C Hamano2019-09-091-3/+3
|\ \ | |/ |/|
| * ref-filter: initialize empty name or email fieldsMischa POSLAWSKY2019-08-221-3/+3
* | Merge branch 'ma/ref-filter-leakfix'Junio C Hamano2019-07-191-5/+9
|\ \
| * | ref-filter: fix memory leak in `free_array_item()`Martin Ågren2019-07-101-5/+9
* | | Merge branch 'tb/ref-filter-multiple-patterns'Junio C Hamano2019-07-191-26/+63
|\ \ \ | |/ / |/| |
| * | ref-filter.c: find disjoint pattern prefixesTaylor Blau2019-06-271-26/+63
* | | Merge branch 'md/sort-detached-head-first'Junio C Hamano2019-07-091-16/+16
|\ \ \
| * | | ref-filter: sort detached HEAD lines firstlyMatthew DeVore2019-06-191-16/+16
* | | | Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano2019-07-091-0/+78
|\ \ \ \ | |_|/ / |/| | |
| * | | ref-filter: add worktreepath atomNickolai Belakovski2019-05-071-0/+78
* | | | Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-091-2/+4
|\ \ \ \
| * | | | ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-2/+4
| | |/ / | |/| |
* | | | parse_opt_ref_sorting: always use with NONEG flagJeff King2019-03-211-2/+7
| |/ / |/| |
* | | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-0/+4
|\ \ \
| * | | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
| |/ /
* | | ref-filter: drop unused "sz" parametersJeff King2019-02-141-14/+14
* | | ref-filter: drop unused "obj" parametersJeff King2019-02-141-7/+7
* | | ref-filter: drop unused buf/sz pairsJeff King2019-02-141-4/+4
|/ /
* | Merge branch 'ot/ref-filter-object-info'Junio C Hamano2019-01-181-5/+30
|\ \
| * | ref-filter: give uintmax_t to format with %PRIuMAXJunio C Hamano2019-01-101-1/+1
| * | ref-filter: add deltabase optionOlga Telezhnaya2018-12-281-1/+15
| * | ref-filter: add check for negative file sizeOlga Telezhnaya2018-12-281-0/+2
| * | ref-filter: add objectsize:disk optionOlga Telezhnaya2018-12-281-7/+16
* | | Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+1
|\ \ \
| * | | wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-11-121-1/+1
| |/ /
* | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-3/+5
|\ \ \ | |_|/ |/| |
| * | parse-options: replace opterror() with optname()Nguyễn Thái Ngọc Duy2018-11-121-3/+5
* | | Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano2018-11-191-1/+1
|\ \ \
| * | | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
| | |/ | |/|
* | | Merge branch 'sg/ref-filter-wo-repository'Junio C Hamano2018-11-181-0/+4
|\ \ \
| * | | ref-filter: don't look for objects when outside of a repositorySZEDER Gábor2018-11-161-0/+4
| |/ /
* | | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
|/ /
* | Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano2018-10-301-42/+58
|\ \ | |/ |/|
| * ref-filter: free item->value and item->value->sOlga Telezhnaya2018-10-191-42/+54
| * ref-filter: free memory from used_atomOlga Telezhnaya2018-10-191-0/+4
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ | |/ |/|
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'jk/trailer-fixes'Junio C Hamano2018-09-171-0/+2
|\ \
| * | pretty, ref-filter: format %(trailers) with no_divider optionJeff King2018-08-231-0/+2
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-138/+8
|\ \ \ | |_|/ |/| |
| * | commit-reach: move commit_contains from ref-filterDerrick Stolee2018-07-201-138/+7