summaryrefslogtreecommitdiffstats
path: root/ref-filter.c
AgeCommit message (Expand)AuthorLines
2021-01-07branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason-1/+4
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason-19/+25
2021-01-07ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason-9/+15
2021-01-07ref-filter: move "cmp_fn" assignment into "else if" armÆvar Arnfjörð Bjarmason-2/+2
2021-01-07ref-filter: add braces to if/else if/else chainÆvar Arnfjörð Bjarmason-3/+3
2020-11-21Merge branch 'en/strmap'Junio C Hamano-1/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren-1/+1
2020-10-29ref-filter: handle CRLF at end-of-line more gracefullyPhilippe Blain-14/+22
2020-10-05Merge branch 'ma/worktree-cleanups'Junio C Hamano-3/+1
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren-3/+1
2020-09-26ref-filter: plug memory leak in reach_filter()René Scharfe-1/+3
2020-09-18ref-filter: make internal reachable-filter API more preciseAaron Lipman-15/+14
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman-29/+35
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano-55/+103
2020-08-31Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano-3/+5
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma-8/+15
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma-4/+4
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma-5/+4
2020-08-28ref-filter: rename `objectname` related functions and fieldsHariom Verma-20/+20
2020-08-28ref-filter: modify error messages in `grab_objectname()`Hariom Verma-2/+2
2020-08-28ref-filter: refactor `grab_objectname()`Hariom Verma-15/+21
2020-08-28ref-filter: support different email formatsHariom Verma-9/+45
2020-08-21ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma-3/+5
2020-08-10Merge branch 'jk/strvec'Junio C Hamano-6/+6
2020-07-30Merge branch 'sk/typofixes' into masterJunio C Hamano-1/+1
2020-07-30strvec: rename struct fieldsJeff King-2/+2
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-3/+3
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-07-16ref-filter: add support for %(contents:size)Christian Couder-1/+6
2020-07-06Merge branch 'es/get-worktrees-unsort'Junio C Hamano-1/+1
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine-1/+1
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano-2/+11
2020-05-04ref-filter: apply fallback refname sort only after all user sortsJeff King-2/+5
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King-0/+6
2020-03-30ref-filter: stop referring to "sha1 array"Jeff King-4/+3
2020-03-11Merge branch 'dr/push-remote-ref-update'Junio C Hamano-4/+2
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King-4/+2
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King-2/+2
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-13/+20
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong-1/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong-4/+7
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong-5/+7
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-1/+2
2019-09-30Merge branch 'rs/get-tagged-oid'Junio C Hamano-2/+2
2019-09-09Merge branch 'mp/for-each-ref-missing-name-or-email'Junio C Hamano-3/+3
2019-09-05use get_tagged_oid()René Scharfe-2/+2
2019-08-22ref-filter: initialize empty name or email fieldsMischa POSLAWSKY-3/+3