aboutsummaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27ref-filter: drop broken-ref code entirelyJeff King1-7/+4
2021-08-24Merge branch 'zh/ref-filter-raw-data'Junio C Hamano1-59/+184
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano1-2/+6
2021-07-26ref-filter: also free head for ATOM_HEAD to avoid leakAndrzej Hunt1-2/+6
2021-07-26ref-filter: add %(rest) atomZheNing Hu1-0/+25
2021-07-26ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu1-22/+22
2021-07-26ref-filter: --format=%(raw) support --perlZheNing Hu1-4/+11
2021-07-26ref-filter: add %(raw) atomZheNing Hu1-28/+115
2021-07-26ref-filter: add obj-type check in grab contentsZheNing Hu1-9/+15
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-05-14ref-filter: introduce enum atom_typeZheNing Hu1-69/+128
2021-05-14ref-filter: add objectsize to used_atomZheNing Hu1-6/+13
2021-04-19ref-filter: get rid of show_ref_array_itemZheNing Hu1-15/+10
2021-04-13Merge branch 'jk/ref-filter-segfault-fix'Junio C Hamano1-1/+1
2021-04-01ref-filter: fix NULL check for parse object failureJeff King1-1/+1
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