summaryrefslogtreecommitdiff
path: root/bulk-checkin.c
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-10Merge branch 'eb/limit-bulk-checkin-to-blobs'Junio C Hamano
2023-09-26bulk-checkin: only support blobs in index_bulk_checkinEric W. Biederman
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-09-01treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-07-29t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh
2022-04-06bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh
2022-04-06bulk-checkin: rename 'state' variable and separate 'plugged' booleanNeeraj Singh
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-02-26object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2021-09-10pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason
2021-09-10pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason
2021-09-10bulk-checkin.c: store checksum directlyTaylor Blau
2021-06-11bulk-checkin: make buffer reuse more obvious and saferAndrzej Hunt
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2019-09-06bulk-checkin: zero-initialize hashfile_checkpointJeff King
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller
2018-03-14bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-02bulk-checkin: abstract SHA-1 usagebrian m. carlson