aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rev-list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-4/+0
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore1-2/+4
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer1-1/+18
2019-05-13rev-list: drop unused void pointer from finish_commit()Jeff King1-5/+5
2019-05-09Merge branch 'tb/unexpected'Junio C Hamano1-1/+3
2019-04-10rev-list: let traversal die when --missing is not in useJeff King1-1/+3
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano1-1/+1
2019-03-05rev-list: allow cached objects in existence checkJeff King1-1/+1
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano1-1/+1
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano1-1/+2
2019-01-17list-objects: consume sparse tree walkDerrick Stolee1-1/+1
2019-01-14Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano1-2/+4
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller1-1/+2
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore1-2/+4
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano1-0/+1
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano1-4/+7
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore1-0/+1