summaryrefslogtreecommitdiff
path: root/bulk-checkin.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countLibravatar Jonathan Tan1-0/+1
2017-05-08pack: convert struct pack_idx_entry to struct object_idLibravatar brian m. carlson1-2/+2
2017-03-24encode_in_pack_object_header: respect output buffer lengthLibravatar Jeff King1-1/+1
2016-11-15compression: unify pack.compression configuration parsingLibravatar Junio C Hamano1-2/+0
2015-09-25use xsnprintf for generating git object headersLibravatar Jeff King1-2/+2
2015-05-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-6/+6
2015-03-17Merge branch 'rs/deflate-init-cleanup'Libravatar Junio C Hamano1-1/+0
2015-03-13bulk-checkin.c: convert to use struct object_idLibravatar brian m. carlson1-6/+6
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}Libravatar René Scharfe1-1/+0
2014-09-15cleanups: ensure that git-compat-util.h is included firstLibravatar David Aguilar1-0/+1
2014-03-03finish_tmp_packfile():use strbuf for pathname constructionLibravatar Sun He1-3/+5
2013-08-20stream_to_pack: xread does not guarantee to read all requested bytesLibravatar Johannes Sixt1-1/+1
2011-12-01bulk-checkin: replace fast-import based implementationLibravatar Junio C Hamano1-0/+275