summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'ew/fetch-hiderefs'Junio C Hamano2023-03-171-1/+1
|\ \
| * | fetch: support hideRefs to speed up connectivity checksEric Wong2023-02-271-1/+1
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-6/+7
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-1/+2
| * | list-objects: mark unused callback parametersJeff King2023-02-241-5/+5
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ps/receive-use-only-advertised'Junio C Hamano2022-11-231-0/+1
|\
| * revision: add new parameter to exclude hidden refsPatrick Steinhardt2022-11-171-0/+1
* | doc txt & -h consistency: add or fix optional "--" syntaxÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* | doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* | built-ins: consistently add "\n" between "usage" and optionsÆvar Arnfjörð Bjarmason2022-10-131-0/+1
|/
* rev-list: support human-readable output for `--disk-usage`Li Linchao2022-08-111-4/+32
* revisions API users: add "goto cleanup" for release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-7/+12
* cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason2022-04-131-4/+2
* Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-211-22/+7
|\
| * rev-list: move --filter parsing into revision.cDerrick Stolee2022-03-091-11/+0
| * list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-1/+1
| * pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-5/+3
| * revision: put object filter into struct rev_infoDerrick Stolee2022-03-091-14/+12
* | i18n: fix some misformated placeholders in command synopsisJean-Noël Avila2022-02-041-1/+1
|/
* i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
* i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
* rev-list: add option for --pretty=format without headerbrian m. carlson2021-07-121-9/+24
* rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-191-9/+27
* rev-list: add --disk-usage option for calculating disk usageJeff King2021-02-111-0/+46
* bisect: combine args passed to find_bisection()Aaron Lipman2020-08-071-1/+8
* rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-071-1/+1
* rev-list --count: comment on the use of count_right++Junio C Hamano2020-02-181-0/+7
* rev-list: use bitmap filters for traversalJeff King2020-02-141-9/+8
* pack-bitmap: basic noop bitmap filter infrastructureJeff King2020-02-141-2/+2
* rev-list: allow commit-only bitmap traversalsJeff King2020-02-141-8/+1
* rev-list: allow bitmaps when counting objectsJeff King2020-02-141-3/+18
* rev-list: make --count work with --objectsJeff King2020-02-141-0/+13
* rev-list: factor out bitmap-optimized routinesJeff King2020-02-141-21/+67
* pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King2020-02-141-1/+1
* rev-list: fallback to non-bitmap traversal when filteringJeff King2020-02-131-2/+2
* Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-1/+0
|\
| * treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
| * Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-2/+4
| |\
| | * list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-2/+4
* | | list-objects-filter: delay parsing of sparse oidJeff King2019-09-161-4/+0
|/ /
* | rev-list: teach --no-object-names to enable pipingEmily Shaffer2019-06-201-1/+18
|/
* rev-list: drop unused void pointer from finish_commit()Jeff King2019-05-131-5/+5
* Merge branch 'tb/unexpected'Junio C Hamano2019-05-091-1/+3
|\