Age | Commit message (Expand) | Author | Files | Lines |
2020-02-18 | rev-list --count: comment on the use of count_right++ | Junio C Hamano | 1 | -0/+7 |
2020-02-14 | rev-list: use bitmap filters for traversal | Jeff King | 1 | -9/+8 |
2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -2/+2 |
2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -8/+1 |
2020-02-14 | rev-list: allow bitmaps when counting objects | Jeff King | 1 | -3/+18 |
2020-02-14 | rev-list: make --count work with --objects | Jeff King | 1 | -0/+13 |
2020-02-14 | rev-list: factor out bitmap-optimized routines | Jeff King | 1 | -21/+67 |
2020-02-14 | pack-bitmap: refuse to do a bitmap traversal with pathspecs | Jeff King | 1 | -1/+1 |
2020-02-13 | rev-list: fallback to non-bitmap traversal when filtering | Jeff King | 1 | -2/+2 |
2019-10-11 | Merge branch 'rs/dedup-includes' | Junio C Hamano | 1 | -1/+0 |
2019-10-04 | treewide: remove duplicate #include directives | René Scharfe | 1 | -1/+0 |
2019-09-18 | Merge branch 'md/list-objects-filter-combo' | Junio C Hamano | 1 | -2/+4 |
2019-09-16 | list-objects-filter: delay parsing of sparse oid | Jeff King | 1 | -4/+0 |
2019-06-28 | list-objects-filter-options: make filter_spec a string_list | Matthew DeVore | 1 | -2/+4 |
2019-06-20 | rev-list: teach --no-object-names to enable piping | Emily Shaffer | 1 | -1/+18 |
2019-05-13 | rev-list: drop unused void pointer from finish_commit() | Jeff King | 1 | -5/+5 |
2019-05-09 | Merge branch 'tb/unexpected' | Junio C Hamano | 1 | -1/+3 |
2019-04-10 | rev-list: let traversal die when --missing is not in use | Jeff King | 1 | -1/+3 |
2019-03-20 | Merge branch 'jk/virtual-objects-do-exist' | Junio C Hamano | 1 | -1/+1 |
2019-03-05 | rev-list: allow cached objects in existence check | Jeff King | 1 | -1/+1 |
2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -1/+1 |
2019-02-05 | Merge branch 'sb/more-repo-in-api' | Junio C Hamano | 1 | -1/+2 |
2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+1 |
2019-01-14 | Merge branch 'md/exclude-promisor-objects-fix-cleanup' | Junio C Hamano | 1 | -2/+4 |
2018-12-28 | commit: prepare free_commit_buffer and release_commit_memory for any repo | Stefan Beller | 1 | -1/+2 |
2018-12-06 | revision.c: put promisor option in specialized struct | Matthew DeVore | 1 | -2/+4 |
2018-11-06 | Merge branch 'md/exclude-promisor-objects-fix' | Junio C Hamano | 1 | -0/+1 |
2018-10-30 | Merge branch 'md/filter-trees' | Junio C Hamano | 1 | -4/+7 |
2018-10-23 | exclude-promisor-objects: declare when option is allowed | Matthew DeVore | 1 | -0/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-10-07 | rev-list: handle missing tree objects properly | Matthew DeVore | 1 | -4/+7 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/rev-list-stdin-noop-is-ok' | Junio C Hamano | 1 | -1/+1 |
2018-08-22 | rev-list: make empty --stdin not an error | Jeff King | 1 | -1/+1 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -1/+1 |
2018-07-18 | Merge branch 'jt/remove-pack-bitmap-global' | Junio C Hamano | 1 | -4/+9 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 1 | -0/+2 |
2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 1 | -4/+7 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2018-03-21 | Merge branch 'rj/warning-uninitialized-fix' | Junio C Hamano | 1 | -1/+1 |
2018-03-20 | -Wuninitialized: remove some 'init-self' workarounds | Ramsay Jones | 1 | -1/+1 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'jk/cached-commit-buffer' | Junio C Hamano | 1 | -1/+1 |
2018-02-22 | commit: drop uses of get_cached_commit_buffer() | Jeff King | 1 | -1/+1 |
2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -1/+1 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -6/+63 |
2017-12-27 | Merge branch 'jh/object-filtering' | Junio C Hamano | 1 | -2/+110 |
2017-12-08 | fetch: inherit filter-spec from partial clone | Jeff Hostetler | 1 | -1/+1 |