summaryrefslogtreecommitdiff
path: root/ref-filter.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano1-3/+1
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren1-3/+1
2020-09-26ref-filter: plug memory leak in reach_filter()René Scharfe1-1/+3
2020-09-18ref-filter: make internal reachable-filter API more preciseAaron Lipman1-15/+14
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman1-29/+35
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano1-55/+103
2020-08-31Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano1-3/+5
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma1-8/+15
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma1-4/+4
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma1-5/+4
2020-08-28ref-filter: rename `objectname` related functions and fieldsHariom Verma1-20/+20
2020-08-28ref-filter: modify error messages in `grab_objectname()`Hariom Verma1-2/+2
2020-08-28ref-filter: refactor `grab_objectname()`Hariom Verma1-15/+21
2020-08-28ref-filter: support different email formatsHariom Verma1-9/+45
2020-08-21ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma1-3/+5
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-6/+6
2020-07-30Merge branch 'sk/typofixes' into masterJunio C Hamano1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-2/+2
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp1-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-07-16ref-filter: add support for %(contents:size)Christian Couder1-1/+6
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano1-1/+1
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine1-1/+1
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano1-2/+11
2020-05-04ref-filter: apply fallback refname sort only after all user sortsJeff King1-2/+5
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King1-0/+6
2020-03-30ref-filter: stop referring to "sha1 array"Jeff King1-4/+3
2020-03-11Merge branch 'dr/push-remote-ref-update'Junio C Hamano1-4/+2
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King1-4/+2
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King1-2/+2
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-13/+20
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong1-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-1/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-4/+7
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-5/+7
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+2
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano1-2/+2
2019-09-09Merge branch 'mp/for-each-ref-missing-name-or-email'Junio C Hamano1-3/+3
2019-09-05use get_tagged_oid()René Scharfe1-2/+2
2019-08-22ref-filter: initialize empty name or email fieldsMischa POSLAWSKY1-3/+3
2019-07-19Merge branch 'ma/ref-filter-leakfix'Junio C Hamano1-5/+9
2019-07-19Merge branch 'tb/ref-filter-multiple-patterns'Junio C Hamano1-26/+63
2019-07-10ref-filter: fix memory leak in `free_array_item()`Martin Ågren1-5/+9
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano1-16/+16
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano1-0/+78
2019-06-27ref-filter.c: find disjoint pattern prefixesTaylor Blau1-26/+63
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore1-16/+16
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-2/+4