summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zh/ref-filter-raw-data'Junio C Hamano2021-08-251-59/+184
|\
| * ref-filter: add %(rest) atomZheNing Hu2021-07-261-0/+25
| * ref-filter: use non-const ref_format in *_atom_parser()ZheNing Hu2021-07-261-22/+22
| * ref-filter: --format=%(raw) support --perlZheNing Hu2021-07-261-4/+11
| * ref-filter: add %(raw) atomZheNing Hu2021-07-261-28/+115
| * ref-filter: add obj-type check in grab contentsZheNing Hu2021-07-261-9/+15
* | Merge branch 'ah/plugleaks'Junio C Hamano2021-08-041-2/+6
|\ \
| * | ref-filter: also free head for ATOM_HEAD to avoid leakAndrzej Hunt2021-07-261-2/+6
| |/
* / *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-141-0/+1
|/
* ref-filter: introduce enum atom_typeZheNing Hu2021-05-131-69/+128
* ref-filter: add objectsize to used_atomZheNing Hu2021-05-131-6/+13
* ref-filter: get rid of show_ref_array_itemZheNing Hu2021-04-201-15/+10
* Merge branch 'jk/ref-filter-segfault-fix'Junio C Hamano2021-04-141-1/+1
|\
| * ref-filter: fix NULL check for parse object failureJeff King2021-04-011-1/+1
* | Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano2021-03-191-1/+2
|\ \
| * | fix xcalloc() argument orderRené Scharfe2021-03-081-2/+3
* | | use CALLOC_ARRAYRené Scharfe2021-03-141-3/+3
* | | Merge branch 'hv/trailer-formatting'Junio C Hamano2021-03-011-16/+20
|\ \ \
| * | | ref-filter: use pretty.c logic for trailersHariom Verma2021-02-161-16/+20
| |/ /
* | | Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano2021-02-231-12/+21
|\ \ \
| * | | ref-filter: hoist signature parsingbrian m. carlson2021-02-111-4/+3
| * | | gpg-interface: improve interface for parsing tagsbrian m. carlson2021-02-111-4/+14
| * | | ref-filter: switch some uses of unsigned long to size_tbrian m. carlson2021-01-191-5/+5
* | | | Merge branch 'tb/ls-refs-optim'Junio C Hamano2021-02-061-72/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | refs: expose 'for_each_fullref_in_prefixes'Taylor Blau2021-01-231-72/+2
| |/ /
* | | branch: show "HEAD detached" first under reverse sortÆvar Arnfjörð Bjarmason2021-01-081-1/+4
* | | branch: sort detached HEAD based on a flagÆvar Arnfjörð Bjarmason2021-01-081-19/+25
* | | ref-filter: move ref_sorting flags to a bitfieldÆvar Arnfjörð Bjarmason2021-01-081-9/+15
* | | ref-filter: move "cmp_fn" assignment into "else if" armÆvar Arnfjörð Bjarmason2021-01-081-2/+2
* | | ref-filter: add braces to if/else if/else chainÆvar Arnfjörð Bjarmason2021-01-081-3/+3
|/ /
* | Merge branch 'en/strmap'Junio C Hamano2020-11-221-1/+1
|\ \
| * | hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
| |/
* / ref-filter: handle CRLF at end-of-line more gracefullyPhilippe Blain2020-10-291-14/+22
|/
* Merge branch 'ma/worktree-cleanups'Junio C Hamano2020-10-051-3/+1
|\
| * wt-status: introduce wt_status_state_free_buffers()Martin Ågren2020-09-271-3/+1
* | ref-filter: plug memory leak in reach_filter()René Scharfe2020-09-271-1/+3
* | ref-filter: make internal reachable-filter API more preciseAaron Lipman2020-09-191-15/+14
* | ref-filter: allow merged and no-merged filtersAaron Lipman2020-09-161-29/+35
* | Merge branch 'hv/ref-filter-misc'Junio C Hamano2020-09-091-55/+103
|\ \ | |/ |/|
| * ref-filter: add `sanitize` option for 'subject' atomHariom Verma2020-08-281-8/+15
| * ref-filter: add `short` modifier to 'parent' atomHariom Verma2020-08-281-4/+4
| * ref-filter: add `short` modifier to 'tree' atomHariom Verma2020-08-281-5/+4
| * ref-filter: rename `objectname` related functions and fieldsHariom Verma2020-08-281-20/+20
| * ref-filter: modify error messages in `grab_objectname()`Hariom Verma2020-08-281-2/+2
| * ref-filter: refactor `grab_objectname()`Hariom Verma2020-08-281-15/+21
| * ref-filter: support different email formatsHariom Verma2020-08-281-9/+45
* | Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano2020-09-011-3/+5
|\ \ | |/ |/|
| * ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma2020-08-211-3/+5
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-6/+6
|\ \
| * | strvec: rename struct fieldsJeff King2020-07-311-2/+2