summaryrefslogtreecommitdiff
path: root/ref-filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/strmap'Junio C Hamano2020-11-211-1/+1
|\
| * hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* | ref-filter: handle CRLF at end-of-line more gracefullyPhilippe Blain2020-10-291-14/+22
|/
* Merge branch 'ma/worktree-cleanups'Junio C Hamano2020-10-051-3/+1
|\
| * wt-status: introduce wt_status_state_free_buffers()Martin Ågren2020-09-271-3/+1
* | ref-filter: plug memory leak in reach_filter()René Scharfe2020-09-261-1/+3
* | ref-filter: make internal reachable-filter API more preciseAaron Lipman2020-09-181-15/+14
* | ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-29/+35
* | Merge branch 'hv/ref-filter-misc'Junio C Hamano2020-09-091-55/+103
|\ \ | |/ |/|
| * ref-filter: add `sanitize` option for 'subject' atomHariom Verma2020-08-281-8/+15
| * ref-filter: add `short` modifier to 'parent' atomHariom Verma2020-08-281-4/+4
| * ref-filter: add `short` modifier to 'tree' atomHariom Verma2020-08-281-5/+4
| * ref-filter: rename `objectname` related functions and fieldsHariom Verma2020-08-281-20/+20
| * ref-filter: modify error messages in `grab_objectname()`Hariom Verma2020-08-281-2/+2
| * ref-filter: refactor `grab_objectname()`Hariom Verma2020-08-281-15/+21
| * ref-filter: support different email formatsHariom Verma2020-08-281-9/+45
* | Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano2020-08-311-3/+5
|\ \ | |/ |/|
| * ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma2020-08-211-3/+5
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-6/+6
|\ \
| * | strvec: rename struct fieldsJeff King2020-07-301-2/+2
| * | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-3/+3
| * | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
| |/
* | Merge branch 'sk/typofixes' into masterJunio C Hamano2020-07-301-1/+1
|\ \
| * | comment: fix spelling mistakes inside commentsSteve Kemp2020-07-291-1/+1
| |/
* | ref-filter: add support for %(contents:size)Christian Couder2020-07-161-1/+6
|/
* Merge branch 'es/get-worktrees-unsort'Junio C Hamano2020-07-061-1/+1
|\
| * worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-221-1/+1
* | Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano2020-05-081-2/+11
|\ \
| * | ref-filter: apply fallback refname sort only after all user sortsJeff King2020-05-041-2/+5
| * | ref-filter: apply --ignore-case to all sorting keysJeff King2020-05-041-0/+6
* | | ref-filter: stop referring to "sha1 array"Jeff King2020-03-301-4/+3
| |/ |/|
* | Merge branch 'dr/push-remote-ref-update'Junio C Hamano2020-03-111-4/+2
|\ \
| * | remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King2020-03-031-4/+2
* | | packed_object_info(): use object_id for returning delta baseJeff King2020-02-241-2/+2
|/ /
* | 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
|\ \ \