summaryrefslogtreecommitdiff
path: root/fetch-object.c
Commit message (Expand)AuthorAgeFilesLines
* Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}Christian Couder2019-06-251-43/+0
* fetch-object: make functions return an error codeChristian Couder2019-06-251-5/+8
* fetch-object: set exact_oid when fetchingJonathan Tan2018-09-131-0/+1
* fetch-object: unify fetch_object[s] functionsJonathan Tan2018-09-131-11/+5
* fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-1/+1
* fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-1/+1
* unpack-trees: batch fetching of missing blobsJonathan Tan2017-12-081-4/+22
* sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+3
* introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-0/+24