summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano1-1/+2
2021-03-13use CALLOC_ARRAYRené Scharfe1-3/+3
2021-03-08fix xcalloc() argument orderRené Scharfe1-2/+3
2021-03-01Merge branch 'hv/trailer-formatting'Junio C Hamano1-16/+20
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano1-12/+21
2021-02-15ref-filter: use pretty.c logic for trailersHariom Verma1-16/+20
2021-02-10ref-filter: hoist signature parsingbrian m. carlson1-4/+3
2021-02-10gpg-interface: improve interface for parsing tagsbrian m. carlson1-4/+14
2021-02-05Merge branch 'tb/ls-refs-optim'Junio C Hamano1-72/+2
2021-01-22refs: expose 'for_each_fullref_in_prefixes'Taylor Blau1-72/+2
2021-01-18ref-filter: switch some uses of unsigned long to size_tbrian m. carlson1-5/+5
2021-01-07branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason1-1/+4
2021-01-07branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason1-19/+25
2021-01-07ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason1-9/+15
2021-01-07ref-filter: move "cmp_fn" assignment into "else if" armÆvar Arnfjörð Bjarmason1-2/+2
2021-01-07ref-filter: add braces to if/else if/else chainÆvar Arnfjörð Bjarmason1-3/+3
2020-11-21Merge branch 'en/strmap'Junio C Hamano1-1/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren1-1/+1
2020-10-29ref-filter: handle CRLF at end-of-line more gracefullyPhilippe Blain1-14/+22
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