summaryrefslogtreecommitdiffstats
path: root/builtin/unpack-objects.c
AgeCommit message (Expand)AuthorLines
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares-1/+2
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor-1/+2
2019-06-20object: convert lookup_object() to use object_idJeff King-1/+1
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-1/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano-1/+1
2018-07-18check_replace_refs: rename to read_replace_refsJeff King-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-06-29blob: add repository argument to lookup_blobStefan Beller-1/+1
2018-06-29object: add repository argument to parse_object_bufferStefan Beller-1/+2
2018-06-29object: add repository argument to lookup_objectStefan Beller-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-05-29Sync with Git 2.17.1Junio C Hamano-2/+5
2018-05-21unpack-objects: call fsck_finish() after fscking objectsJeff King-1/+4
2018-05-21index-pack: make fsck error message more specificJeff King-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-04-10Merge branch 'bc/object-id'Junio C Hamano-2/+2
2018-03-14Merge branch 'nd/object-allocation-comments'Junio C Hamano-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-1/+1
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-5/+5
2018-03-06object.h: update flag allocation commentNguyễn Thái Ngọc Duy-0/+1
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano-9/+9
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams-5/+5
2018-02-02builtin/unpack-objects: switch uses of SHA-1 to the_hash_algobrian m. carlson-9/+9
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara-3/+6
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara-1/+1
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-1/+2
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson-1/+1
2017-05-08builtin/unpack-objects: convert to struct object_idbrian m. carlson-32/+32
2016-08-24unpack-objects: add --max-input-size=<size> optionChristian Couder-0/+7
2016-06-28coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson-2/+2
2015-11-20Remove get_object_hash.brian m. carlson-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson-1/+1
2015-10-16usage: do not insist that standard input must come from a fileJunio C Hamano-1/+1
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin-0/+5
2015-06-22fsck: introduce fsck optionsJohannes Schindelin-5/+6
2014-12-09index-pack: terminate object buffers with NULDuy Nguyen-1/+1
2014-09-10fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin-4/+10
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano-1/+1
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy-1/+1
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1