aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rev-list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak1-0/+6
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak1-43/+42
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak1-1/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-04-11object-file.h: move declarations for object-file.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-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
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-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano1-1/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-6/+7
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong1-1/+1
2023-02-24for_each_object: mark unused callback parametersJeff King1-1/+2
2023-02-24list-objects: mark unused callback parametersJeff King1-5/+5
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-23Merge branch 'ps/receive-use-only-advertised'Junio C Hamano1-0/+1
2022-11-17revision: add new parameter to exclude hidden refsPatrick Steinhardt1-0/+1
2022-10-13doc txt & -h consistency: add or fix optional "--" syntaxÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason1-0/+1
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao1-4/+32
2022-04-13revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason1-7/+12
2022-04-13cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason1-4/+2
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano1-22/+7
2022-03-09rev-list: move --filter parsing into revision.cDerrick Stolee1-11/+0
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee1-1/+1
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee1-5/+3
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee1-14/+12
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila1-1/+1
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-1/+1
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-1/+1
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson1-9/+24
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt1-9/+27
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King1-0/+46
2020-08-07bisect: combine args passed to find_bisection()Aaron Lipman1-1/+8
2020-08-07rev-list: allow bisect and first-parent flagsAaron Lipman1-1/+1
2020-02-18rev-list --count: comment on the use of count_right++Junio C Hamano1-0/+7
2020-02-14rev-list: use bitmap filters for traversalJeff King1-9/+8
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King1-2/+2
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King1-8/+1
2020-02-14rev-list: allow bitmaps when counting objectsJeff King1-3/+18
2020-02-14rev-list: make --count work with --objectsJeff King1-0/+13
2020-02-14rev-list: factor out bitmap-optimized routinesJeff King1-21/+67
2020-02-14pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King1-1/+1
2020-02-13rev-list: fallback to non-bitmap traversal when filteringJeff King1-2/+2
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano1-1/+0
2019-10-04treewide: remove duplicate #include directivesRené Scharfe1-1/+0
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano1-2/+4