127 Commits (9c539d1027df2a0f6e45b24d518e90d3baf1e7a5)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 9865b6e6a4 *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom 3 years ago
Taylor Blau b0173340c6 builtin/pack-objects.c: remove duplicate hash lookup 4 years ago
Jeff King 7463064b28 object.h: add lookup_object_by_type() function 4 years ago
Jeff King 542d6abbb4 object.h: expand docstring for lookup_unknown_object() 4 years ago
Jonathan Tan 9c1e657a8f fetch: teach independent negotiation (no packfile) 4 years ago
Jeff King 45a187cc34 lookup_unknown_object(): take a repository argument 4 years ago
René Scharfe cd8888452c object: allow clear_commit_marks_all to handle any repo 4 years ago
Derrick Stolee 4ddc79b2da maintenance: add auto condition for commit-graph task 4 years ago
Taylor Blau ce16364e89 commit.c: don't persist substituted parents when unshallowing 5 years ago
René Scharfe 23c4319f0d revision: reallocate TOPO_WALK object flags 5 years ago
brian m. carlson 64472d15e9 http-push: ensure unforced pushes fail when data would be lost 5 years ago
Abhishek Kumar 6da43d937c object: drop parsed_object_pool->commit_count 5 years ago
Derrick Stolee 8d049e182e revision: --show-pulls adds helpful merges 5 years ago
Jeff King acac50dd8c pack-bitmap: fix leak of haves/wants object lists 5 years ago
Derrick Stolee cb99a34e23 commit-graph: fix writing first commit-graph during fetch 5 years ago
Jeff King a378509e1c object: convert create_object() to use object_id 6 years ago
Jeff King d0229abd93 object: convert lookup_object() to use object_id 6 years ago
Jeff King 0ebbcf70e6 object: convert lookup_unknown_object() to use object_id 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Derrick Stolee b45424181e revision.c: generation-based topo-order algorithm 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Derrick Stolee ba3ca1edce commit-reach: move can_all_from_reach_with_flags 7 years ago
Derrick Stolee 5227c38566 commit-reach: move walk methods from commit.c 7 years ago
Jonathan Tan a0c9016abd upload-pack: send refs' objects despite "filter" 7 years ago
Stefan Beller 8e4b0b6047 object.c: allow parse_object to handle arbitrary repositories 7 years ago
Stefan Beller 108ed1a3d8 object.c: allow parse_object_buffer to handle arbitrary repositories 7 years ago
Stefan Beller 65ea9d4bec commit.c: migrate the commit buffer to the parsed object store 7 years ago
Stefan Beller 94c09a7197 object: allow lookup_object to handle arbitrary repositories 7 years ago
Stefan Beller a962da1ef5 object: allow object_as_type to handle arbitrary repositories 7 years ago
Stefan Beller 1268dfac1e object: add repository argument to object_as_type 7 years ago
Stefan Beller 1ec5bfd24e object: add repository argument to parse_object_buffer 7 years ago
Stefan Beller 5abddd1eb7 object: add repository argument to lookup_object 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Jonathan Tan ec06283844 fetch-pack: introduce negotiator API 7 years ago
Nguyễn Thái Ngọc Duy 44cecbf8a0 show-branch: note about its object flags usage 7 years ago
Stefan Beller 2f6c767fd4 commit: allow prepare_commit_graft to handle arbitrary repositories 7 years ago
Stefan Beller eee4502baa shallow: migrate shallow information into the object parser 7 years ago
Jonathan Nieder 6a1a79fd14 object: move grafts to object parser 7 years ago
Stefan Beller 14ba97f81c alloc: allow arbitrary repositories for alloc functions 7 years ago
Stefan Beller 341e45e46b object: allow create_object to handle arbitrary repositories 7 years ago
Stefan Beller 68f95d382b object: add repository argument to create_object 7 years ago
Stefan Beller 99bf115c87 repository: introduce parsed objects field 7 years ago
Nguyễn Thái Ngọc Duy fd9b1baef8 pack-objects: turn type and in_pack_type to bitfields 7 years ago
Stefan Beller e5e5e08832 sha1_name.c: rename to use dash in file name 7 years ago
Nguyễn Thái Ngọc Duy 3d1cf1e8e1 object.h: realign object flag allocation comment 7 years ago
Nguyễn Thái Ngọc Duy 95308d64ce object.h: update flag allocation comment 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
René Scharfe 4ad315fc99 object: add clear_commit_marks_all() 7 years ago
Jeff Hostetler 25ec7bcac0 list-objects: filter objects in traverse_commit_list 7 years ago
Martin Ågren 7199203937 object_array: add and use `object_array_pop()` 8 years ago