summaryrefslogtreecommitdiff
path: root/bulk-checkin.c
AgeCommit message (Expand)Author
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
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2017-09-27distinguish error versus short read from read_in_full()Jeff King
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2015-09-25use xsnprintf for generating git object headersJeff King
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-14bulk-checkin.c: convert to use struct object_idbrian m. carlson
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2014-09-15cleanups: ensure that git-compat-util.h is included firstDavid Aguilar
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionSun He
2013-08-20stream_to_pack: xread does not guarantee to read all requested bytesJohannes Sixt
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano