aboutsummaryrefslogtreecommitdiffstats
path: root/bulk-checkin.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-10-10Merge branch 'eb/limit-bulk-checkin-to-blobs'Junio C Hamano1-18/+17
2023-09-26bulk-checkin: only support blobs in index_bulk_checkinEric W. Biederman1-18/+17
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano1-0/+1
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong1-0/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-07-29t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin1-0/+2
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano1-1/+1
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-18/+99
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau1-1/+1
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh1-0/+71
2022-04-06bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh1-8/+17
2022-04-06bulk-checkin: rename 'state' variable and separate 'plugged' booleanNeeraj Singh1-16/+17
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-2/+3
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-2/+3
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason1-2/+2
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason1-0/+16
2021-09-09pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason1-1/+2
2021-09-09bulk-checkin.c: store checksum directlyTaylor Blau1-6/+6
2021-06-11bulk-checkin: make buffer reuse more obvious and saferAndrzej Hunt1-2/+1
2021-04-27Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2019-09-06bulk-checkin: zero-initialize hashfile_checkpointJeff King1-1/+1
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King1-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-04-11Merge branch 'sb/packfiles-in-repository'Junio C Hamano1-1/+2
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-1/+1
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee1-2/+2
2018-03-26packfile: add repository argument to reprepare_packed_gitStefan Beller1-1/+2
2018-03-14bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson1-9/+9
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-1/+1
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams1-1/+1
2018-02-02bulk-checkin: abstract SHA-1 usagebrian m. carlson1-6/+6
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson1-8/+8
2017-09-27distinguish error versus short read from read_in_full()Jeff King1-1/+4
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan1-0/+1
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson1-2/+2
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King1-1/+1
2016-11-15compression: unify pack.compression configuration parsingJunio C Hamano1-2/+0
2015-09-25use xsnprintf for generating git object headersJeff King1-2/+2
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-6/+6
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano1-1/+0
2015-03-13bulk-checkin.c: convert to use struct object_idbrian m. carlson1-6/+6
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe1-1/+0
2014-09-15cleanups: ensure that git-compat-util.h is included firstDavid Aguilar1-0/+1
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He1-3/+5
2013-08-20stream_to_pack: xread does not guarantee to read all requested bytesJohannes Sixt1-1/+1
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano1-0/+275