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