- 3df51ea Merge branch 'eb/limit-bulk-checkin-to-blobs' by Junio C Hamano · 1 year, 5 months ago
- 9eb5419 bulk-checkin: only support blobs in index_bulk_checkin by Eric W. Biederman · 1 year, 5 months ago
- 331f20d Merge branch 'ew/hash-with-openssl-evp' by Junio C Hamano · 1 year, 6 months ago
- e0b8c84 treewide: fix various bugs w/ OpenSSL 3+ EVP API by Eric Wong · 1 year, 6 months ago
- 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
- da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 8 months ago
- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
- 65156bb treewide: remove double forward declaration of read_in_full by Elijah Newren · 1 year, 11 months ago
- b6fdc44 treewide: remove cache.h inclusion due to object-file.h changes by Elijah Newren · 1 year, 11 months ago
- 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
- bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- ec2f026 csum-file.h: remove unnecessary inclusion of cache.h by Elijah Newren · 2 years ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
- ce50f1f t5351: avoid relying on `core.fsyncMethod = batch` to be supported by Johannes Schindelin · 2 years, 7 months ago
- a50036d Merge branch 'tb/cruft-packs' by Junio C Hamano · 2 years, 9 months ago
- 83937e9 Merge branch 'ns/batch-fsync' by Junio C Hamano · 2 years, 9 months ago
- 1c573cd pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' by Taylor Blau · 2 years, 10 months ago
- c0f4752 core.fsyncmethod: batched disk flushes for loose-objects by Neeraj Singh · 3 years ago
- 2c23d1b bulk-checkin: rebrand plug/unplug APIs as 'odb transactions' by Neeraj Singh · 3 years ago
- 897c9e2 bulk-checkin: rename 'state' variable and separate 'plugged' boolean by Neeraj Singh · 3 years ago
- eb804cd Merge branch 'ns/core-fsyncmethod' by Junio C Hamano · 3 years ago
- 020406e core.fsync: introduce granular fsync control infrastructure by Neeraj Singh · 3 years ago
- b04cdea object-file API: add a format_object_header() function by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 2ec02dd pack-write: split up finish_tmp_packfile() function by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 66833f0 pack-write: refactor renaming in finish_tmp_packfile() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- ae44b5a bulk-checkin.c: store checksum directly by Taylor Blau · 3 years, 6 months ago
- f96178c bulk-checkin: make buffer reuse more obvious and safer by Andrzej Hunt · 3 years, 9 months ago
- 5951bf4 Use the final_oid_fn to finalize hashing of object IDs by brian m. carlson · 3 years, 11 months ago
- ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
- 7140414 bulk-checkin: zero-initialize hashfile_checkpoint by Jeff King · 6 years ago
- 98374a0 convert has_sha1_file() callers to has_object_file() by Jeff King · 6 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
- 50f08db Merge branch 'js/use-bug-macro' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano · 7 years ago
- 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
- 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
- cfe8321 csum-file: refactor finalize_hashfile() method by Derrick Stolee · 7 years ago
- f2af9f5 csum-file: rename hashclose() to finalize_hashfile() by Derrick Stolee · 7 years ago
- a49d283 packfile: add repository argument to reprepare_packed_git by Stefan Beller · 7 years ago
- 68ee6df bulk-checkin: convert index_bulk_checkin to struct object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- f87e813 bulk-checkin: abstract SHA-1 usage by brian m. carlson · 7 years ago
- 98a3bea csum-file: rename sha1file to hashfile by brian m. carlson · 7 years ago
- 41dcc4d distinguish error versus short read from read_in_full() by Jeff King · 7 years ago
- 0abe14f pack: move {,re}prepare_packed_git and approximate_object_count by Jonathan Tan · 8 years ago
- e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson · 8 years ago
- 7202a6f encode_in_pack_object_header: respect output buffer length by Jeff King · 8 years ago
- 8de7eeb compression: unify pack.compression configuration parsing by Junio C Hamano · 8 years ago
- ef1286d use xsnprintf for generating git object headers by Jeff King · 9 years ago
- a916cb5 Merge branch 'bc/object-id' by Junio C Hamano · 10 years ago
- 6902c4d Merge branch 'rs/deflate-init-cleanup' by Junio C Hamano · 10 years ago
- fa33c3a bulk-checkin.c: convert to use struct object_id by brian m. carlson · 10 years ago
- 9a6f128 zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} by René Scharfe · 10 years ago
- 1c4b660 cleanups: ensure that git-compat-util.h is included first by David Aguilar · 10 years ago
- 5889271 finish_tmp_packfile():use strbuf for pathname construction by Sun He · 11 years ago
- e92527c stream_to_pack: xread does not guarantee to read all requested bytes by Johannes Sixt · 12 years ago
- 568508e bulk-checkin: replace fast-import based implementation by Junio C Hamano · 13 years ago