summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
AgeCommit message (Expand)Author
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano
2024-03-20pretty: drop print_email_subject flagJeff King
2024-02-14rev-list: allow missing tips with --missing=[print|allow*]Christian Couder
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'ew/fetch-hiderefs'Junio C Hamano
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong
2023-02-24for_each_object: mark unused callback parametersJeff King
2023-02-24list-objects: mark unused callback parametersJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-23Merge branch 'ps/receive-use-only-advertised'Junio C Hamano
2022-11-17revision: add new parameter to exclude hidden refsPatrick Steinhardt
2022-10-13doc txt & -h consistency: add or fix optional "--" syntaxÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2022-10-13built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason
2022-08-11rev-list: support human-readable output for `--disk-usage`Li Linchao
2022-04-14revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-09rev-list: move --filter parsing into revision.cDerrick Stolee
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee
2022-03-09revision: put object filter into struct rev_infoDerrick Stolee
2022-02-04i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King
2020-08-07bisect: combine args passed to find_bisection()Aaron Lipman
2020-08-07rev-list: allow bisect and first-parent flagsAaron Lipman
2020-02-18rev-list --count: comment on the use of count_right++Junio C Hamano
2020-02-14rev-list: use bitmap filters for traversalJeff King
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-02-14rev-list: allow bitmaps when counting objectsJeff King
2020-02-14rev-list: make --count work with --objectsJeff King
2020-02-14rev-list: factor out bitmap-optimized routinesJeff King