summaryrefslogtreecommitdiffstats
path: root/bulk-checkin.c
Commit message (Expand)AuthorAgeFilesLines
* 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 parsingJunio 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
|\
| * bulk-checkin.c: convert to use struct object_idbrian m. carlson2015-03-131-6/+6
* | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\ \ | |/ |/|
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-051-1/+0
* | cleanups: ensure that git-compat-util.h is included firstDavid Aguilar2014-09-151-0/+1
|/
* finish_tmp_packfile():use strbuf for pathname constructionSun He2014-03-031-3/+5
* stream_to_pack: xread does not guarantee to read all requested bytesJohannes Sixt2013-08-201-1/+1
* bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-011-0/+275