summaryrefslogtreecommitdiff
path: root/bulk-checkin.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-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-261-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-251-2/+3
|\ \ | |/
| * core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-2/+3
* | object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-2/+2
|/
* pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-091-0/+16
* pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-091-1/+2
* bulk-checkin.c: store checksum directlyTaylor Blau2021-09-091-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-131-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
* | csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-8/+8
|/
* distinguish error versus short read from read_in_full()Jeff King2017-09-271-1/+4
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+1
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-2/+2
* encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-241-1/+1
* compression: unify pack.compression configuration parsingjc/compression-configJunio C Hamano2016-11-151-2/+0
* use xsnprintf for generating git object headersJeff King2015-09-251-2/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-05-051-6/+6
|\