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