Age | Commit message (Expand) | Author | Files | Lines |
2021-09-27 | *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2021-08-29 | builtin/pack-objects.c: remove duplicate hash lookup | Taylor Blau | 1 | -1/+0 |
2021-06-28 | object.h: add lookup_object_by_type() function | Jeff King | 1 | -0/+7 |
2021-06-28 | object.h: expand docstring for lookup_unknown_object() | Jeff King | 1 | -1/+12 |
2021-05-16 | Merge branch 'jt/push-negotiation' | Junio C Hamano | 1 | -1/+1 |
2021-05-05 | fetch: teach independent negotiation (no packfile) | Jonathan Tan | 1 | -1/+1 |
2021-04-13 | lookup_unknown_object(): take a repository argument | Jeff King | 1 | -1/+1 |
2020-10-31 | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 1 | -2/+3 |
2020-09-17 | maintenance: add auto condition for commit-graph task | Derrick Stolee | 1 | -0/+1 |
2020-07-09 | Merge branch 'tb/fix-persistent-shallow' into master | Junio C Hamano | 1 | -0/+1 |
2020-07-08 | commit.c: don't persist substituted parents when unshallowing | Taylor Blau | 1 | -0/+1 |
2020-07-06 | Merge branch 'rs/pack-bits-in-object-better' | Junio C Hamano | 1 | -2/+2 |
2020-07-06 | Merge branch 'bc/http-push-flagsfix' | Junio C Hamano | 1 | -1/+1 |
2020-06-24 | revision: reallocate TOPO_WALK object flags | René Scharfe | 1 | -2/+2 |
2020-06-23 | http-push: ensure unforced pushes fail when data would be lost | brian m. carlson | 1 | -1/+1 |
2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -2/+1 |
2020-04-10 | revision: --show-pulls adds helpful merges | Derrick Stolee | 1 | -1/+1 |
2020-02-13 | pack-bitmap: fix leak of haves/wants object lists | Jeff King | 1 | -0/+2 |
2019-10-25 | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 1 | -1/+2 |
2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -6/+6 |
2018-11-02 | revision.c: generation-based topo-order algorithm | Derrick Stolee | 1 | -2/+2 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -2/+2 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -4/+8 |
2018-08-02 | Merge branch 'jt/fetch-pack-negotiator' | Junio C Hamano | 1 | -1/+2 |
2018-07-24 | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 1 | -1/+1 |
2018-07-20 | commit-reach: move can_all_from_reach_with_flags | Derrick Stolee | 1 | -2/+2 |
2018-07-20 | commit-reach: move walk methods from commit.c | Derrick Stolee | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+10 |
2018-07-09 | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 1 | -1/+1 |
2018-06-29 | object.c: allow parse_object to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object.c: allow parse_object_buffer to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | commit.c: migrate the commit buffer to the parsed object store | Stefan Beller | 1 | -0/+4 |
2018-06-29 | object: allow lookup_object to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object: allow object_as_type to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+2 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+10 |
2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -1/+17 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -0/+1 |
2018-06-15 | fetch-pack: introduce negotiator API | Jonathan Tan | 1 | -1/+2 |
2018-05-23 | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 1 | -1/+0 |
2018-05-21 | show-branch: note about its object flags usage | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-05-18 | commit: allow prepare_commit_graft to handle arbitrary repositories | Stefan Beller | 1 | -0/+2 |
2018-05-18 | shallow: migrate shallow information into the object parser | Stefan Beller | 1 | -0/+4 |