summaryrefslogtreecommitdiffstats
path: root/ref-filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu1-8/+13
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano1-0/+230
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano1-16/+24
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu1-0/+125
2023-07-24ref-filter: add multiple-option parsing functionsKousik Sanagavarapu1-0/+105
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-16/+50
2023-07-17ref-filter: simplify return type of match_points_atJeff King1-9/+10
2023-07-17ref-filter: avoid parsing non-tags in match_points_at()Jeff King1-1/+2
2023-07-17ref-filter: avoid parsing tagged objects in match_points_at()Jeff King1-2/+10
2023-07-17ref-filter: handle nested tags in --points-at optionJan Klötzke1-9/+7
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-14Merge branch 'ks/ref-filter-signature'Junio C Hamano1-2/+124
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau1-2/+4
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-1/+1
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau1-0/+14
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King1-8/+10
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King1-0/+16
2023-07-10ref-filter: clear reachable list pointers after freeingJeff King1-7/+7
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-06ref-filter: add new "signature" atomKousik Sanagavarapu1-2/+124
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-1/+3
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24versioncmp.h: move declarations for versioncmp.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-06Merge branch 'ow/ref-format-remove-unused-member'Junio C Hamano1-1/+0
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-3/+5
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-16/+77
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+5
2023-03-30ref-filter: remove unused ref_format memberØystein Walle1-1/+0
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+5
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-20commit-reach: add tips_reachable_from_bases()Derrick Stolee1-16/+4
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+73
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-24/+42
2023-02-24ref-filter: mark unused callback parametersJeff King1-22/+40
2023-02-24ref-filter: drop unused atom parameter from get_worktree_path()Jeff King1-2/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-3/+2
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King1-1/+1
2022-12-26Merge branch 'jk/ref-filter-error-reporting-fix'Junio C Hamano1-13/+31
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano1-2/+3
2022-12-15ref-filter: convert email atom parser to use err_bad_arg()Jeff King1-1/+1
2022-12-15ref-filter: truncate atom names in error messagesJeff King1-4/+8