summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * rev-list: let traversal die when --missing is not in useJeff King2019-04-101-1/+3
* | Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano2019-03-201-1/+1
|\ \ | |/ |/|
| * rev-list: allow cached objects in existence checkJeff King2019-03-051-1/+1
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\ \
| * | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
* | | Merge branch 'sb/more-repo-in-api'Junio C Hamano2019-02-051-1/+2
|\ \ \
| * | | commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller2018-12-281-1/+2
* | | | Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano2019-01-141-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | revision.c: put promisor option in specialized structMatthew DeVore2018-12-061-2/+4
* | | | Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano2018-11-061-0/+1
|\ \ \ \ | |/ / /
| * | | exclude-promisor-objects: declare when option is allowedMatthew DeVore2018-10-231-0/+1
* | | | Merge branch 'md/filter-trees'Junio C Hamano2018-10-301-4/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|