summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/partial-clone-proto-v2'Junio C Hamano2018-05-301-4/+19
|\
| * {fetch,upload}-pack: support filter in protocol v2Jonathan Tan2018-05-061-4/+19
| * Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2Junio C Hamano2018-05-021-6/+333
| |\
* | \ Merge branch 'bw/server-options'Junio C Hamano2018-05-231-0/+7
|\ \ \
| * | | fetch: send server options when using protocol v2Brandon Williams2018-04-241-0/+7
| * | | Merge branch 'bw/protocol-v2' into HEADJunio C Hamano2018-04-241-6/+333
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-6/+333
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | fetch-pack: support shallow requestsBrandon Williams2018-03-151-1/+70
| * | fetch-pack: perform a fetch using v2Brandon Williams2018-03-151-6/+264
* | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |/ |/|
* | 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
* | | Merge branch 'ti/fetch-everything-local-optim'Junio C Hamano2018-04-101-3/+42
|\ \ \
| * | | fetch-pack.c: use oidset to check existence of loose objectTakuto Ikuta2018-03-141-3/+42
* | | | fetch-pack: do not check links for partial fetchJonathan Tan2018-03-151-2/+11
|/ / /
* | | Merge branch 'js/packet-read-line-check-null'Junio C Hamano2018-02-271-2/+2
|\ \ \ | |/ / |/| |
| * | correct error messages for NULL packet_read_line()Jeff King2018-02-081-2/+2
| |/
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+17
|\ \
| * | fetch-pack: restore save_commit_buffer after useJonathan Tan2017-12-081-0/+4
| * | fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+13
* | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-21/+27
|\| | | |/ |/|
| * introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-21/+27
* | Merge branch 'jk/fewer-pack-rescan'Junio C Hamano2017-12-061-1/+2
|\ \ | |/ |/|
| * everything_local: use "quick" object existence checkJeff King2017-11-211-1/+2
* | oidmap: map with OID as keyJonathan Tan2017-10-011-1/+1
* | pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-231-0/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-301-2/+38
|\ \
| * | fetch-pack: always allow fetching of literal SHA1sJonathan Tan2017-05-161-2/+38
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-48/+49
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-7/+7
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-2/+2
| * | fetch-pack: convert to struct object_idbrian m. carlson2017-05-021-44/+45
| |/
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-4/+4
|\ \ | |/ |/|
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-3/+3
| * PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
* | Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-2/+2
|\ \
| * | xgethostname: handle long hostnamesDavid Turner2017-04-181-1/+1
| * | use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-1/+1
* | | Merge branch 'jt/fetch-pack-error-reporting'Junio C Hamano2017-04-231-0/+2
|\ \ \ | |_|/ |/| |
| * | fetch-pack: show clearer error message upon ERRJonathan Tan2017-04-171-0/+2
* | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-13/+13
* | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-4/+4
* | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-6/+6
* | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-141-13/+38
|\| |
| * | fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen2017-03-021-15/+27
| * | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-0/+13
* | | fetch-pack: cache results of for_each_alternate_refJeff King2017-02-081-10/+42