summaryrefslogtreecommitdiffstats
path: root/bulk-checkin.c (follow)
Commit message (Expand)AuthorAgeLines
* pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason2021-09-09-0/+16
* pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason2021-09-09-1/+2
* bulk-checkin.c: store checksum directlyTaylor Blau2021-09-09-6/+6
* bulk-checkin: make buffer reuse more obvious and saferAndrzej Hunt2021-06-11-2/+1
* Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-27-1/+1
* use CALLOC_ARRAYRené Scharfe2021-03-13-1/+1
* bulk-checkin: zero-initialize hashfile_checkpointJeff King2019-09-06-1/+1
* convert has_sha1_file() callers to has_object_file()Jeff King2019-01-08-1/+1
* convert "oidcmp() == 0" to oideq()Jeff King2018-08-29-1/+1
* Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-18-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-16-0/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-30-1/+1
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-1/+1
| |/
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-08-2/+2
|\ \ | |/ |/|
| * csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-02-1/+1
| * csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-02-2/+2
* | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-11-1/+2
|\ \
| * | packfile: add repository argument to reprepare_packed_gitStefan Beller2018-03-26-1/+2
* | | bulk-checkin: convert index_bulk_checkin to struct object_idbrian m. carlson2018-03-14-9/+9
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-06-1/+1
|\ \ \ | |_|/ |/| |
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-14-1/+1
| |/
* | bulk-checkin: abstract SHA-1 usagebrian m. carlson2018-02-02-6/+6
* | csum-file: rename sha1file to hashfilebrian m. carlson2018-02-02-8/+8
|/
* distinguish error versus short read from read_in_full()Jeff King2017-09-27-1/+4
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23-0/+1
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-08-2/+2
* encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-24-1/+1
* compression: unify pack.compression configuration parsingJunio C Hamano2016-11-15-2/+0
* use xsnprintf for generating git object headersJeff King2015-09-25-2/+2
* Merge branch 'bc/object-id'Junio C Hamano2015-05-05-6/+6
|\
| * bulk-checkin.c: convert to use struct object_idbrian m. carlson2015-03-13-6/+6
* | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17-1/+0
|\ \ | |/ |/|
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05-1/+0
* | cleanups: ensure that git-compat-util.h is included firstDavid Aguilar2014-09-15-0/+1
|/
* finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-03-3/+5
* stream_to_pack: xread does not guarantee to read all requested bytesJohannes Sixt2013-08-20-1/+1
* bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01-0/+275