summaryrefslogtreecommitdiffstats
path: root/bulk-checkin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* Merge branch 'eb/limit-bulk-checkin-to-blobs'Junio C Hamano2023-10-101-18/+17
|\
| * bulk-checkin: only support blobs in index_bulk_checkinEric W. Biederman2023-09-261-18/+17
* | Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano2023-09-131-0/+1
|\ \ | |/ |/|
| * treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong2023-09-011-0/+1
* | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin2022-07-291-0/+2
* Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-1/+1
|\
| * pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau2022-05-271-1/+1
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-18/+99
|\ \ | |/ |/|
| * core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh2022-04-061-0/+71
| * bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh2022-04-061-8/+17
| * bulk-checkin: rename 'state' variable and separate 'plugged' booleanNeeraj Singh2022-04-061-16/+17
* | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-261-2/+3
|\|
| * core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-111-2/+3
* | object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-261-2/+2
|/
* pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-101-0/+16
* pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-101-1/+2
* bulk-checkin.c: store checksum directlyTaylor Blau2021-09-101-6/+6
* bulk-checkin: make buffer reuse more obvious and saferAndrzej Hunt2021-06-111-2/+1
* Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-1/+1
* use CALLOC_ARRAYRené Scharfe2021-03-141-1/+1
* bulk-checkin: zero-initialize hashfile_checkpointJeff King2019-09-061-1/+1
* convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
* convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
| |/
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-2/+2
|\ \ | |/ |/|
| * csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-1/+1
| * csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-2/+2
* | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-1/+2
|\ \
| * | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-261-1/+2
* | | bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson2018-03-141-9/+9
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\ \ \ | |_|/ |/| |
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| |/
* | bulk-checkin: abstract SHA-1 usagebrian m. carlson2018-02-021-6/+6