Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22Merge 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-05i18n: fix some misformated placeholders in command synopsisJean-Noël Avila
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: 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-20rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King
2020-08-08bisect: combine args passed to find_bisection()Aaron Lipman
2020-08-08rev-list: allow bisect and first-parent flagsAaron Lipman
2020-02-19rev-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
2020-02-14pack-bitmap: refuse to do a bitmap traversal with pathspecsJeff King
2020-02-13rev-list: fallback to non-bitmap traversal when filteringJeff King
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-04treewide: remove duplicate #include directivesRené Scharfe
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer
2019-05-13rev-list: drop unused void pointer from finish_commit()Jeff King
2019-05-08Merge branch 'tb/unexpected'Junio C Hamano
2019-04-10rev-list: let traversal die when --missing is not in useJeff King
2019-03-20Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano
2019-03-05rev-list: allow cached objects in existence checkJeff King
2019-02-07Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano
2019-02-06Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-18list-objects: consume sparse tree walkDerrick Stolee
2019-01-15Merge branch 'md/exclude-promisor-objects-fix-cleanup'Junio C Hamano
2018-12-28commit: prepare free_commit_buffer and release_commit_memory for any repoStefan Beller
2018-12-06revision.c: put promisor option in specialized structMatthew DeVore
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore