summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/fsck-transfer-updates'Junio C Hamano2018-08-171-2/+30
|\
| * fetch: implement fetch.fsck.*Ævar Arnfjörð Bjarmason2018-07-271-2/+30
* | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-151-15/+15
|\ \
| * | fetch-pack: unify ref in and out paramJonathan Tan2018-08-011-15/+15
* | | Merge branch 'bw/fetch-pack-i18n'Junio C Hamano2018-08-151-8/+8
|\ \ \
| * | | fetch-pack: mark die strings for translationBrandon Williams2018-07-231-8/+8
* | | | Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-021-2/+5
|\ \ \ \
| * | | | negotiator/skipping: skip commits during fetchJonathan Tan2018-07-161-2/+5
* | | | | Merge branch 'jt/fetch-nego-tip'Junio C Hamano2018-08-021-2/+18
|\ \ \ \ \
| * | | | | fetch-pack: support negotiation tip whitelistJonathan Tan2018-07-031-2/+18
| |/ / / /
* | | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-15/+21
|\ \ \ \ \
| * | | | | tag: add repository argument to deref_tagStefan Beller2018-06-291-3/+6
| * | | | | commit: add repository argument to lookup_commitStefan Beller2018-06-291-2/+3
| * | | | | object: add repository argument to lookup_objectStefan Beller2018-06-291-6/+7
| * | | | | object: add repository argument to parse_objectStefan Beller2018-06-291-8/+10
| * | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-7/+8
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano2018-08-021-168/+87
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | fetch-pack: introduce negotiator APIJonathan Tan2018-06-151-166/+39
| * | | | | fetch-pack: move common check and marking togetherJonathan Tan2018-06-151-2/+4
| * | | | | fetch-pack: make negotiation-related vars localJonathan Tan2018-06-151-47/+69
| * | | | | fetch-pack: use ref adv. to prune "have" sentJonathan Tan2018-06-151-3/+3
| * | | | | fetch-pack: directly end negotiation if ACK readyJonathan Tan2018-06-151-4/+5
| * | | | | fetch-pack: clear marks before re-markingJonathan Tan2018-06-141-3/+3
| * | | | | fetch-pack: split up everything_local()Jonathan Tan2018-06-141-9/+30
* | | | | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-10/+74
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fetch-pack: write shallow, then check connectivityJonathan Tan2018-07-031-0/+31
| | |_|_|/ | |/| | |
| * | | | fetch-pack: implement ref-in-wantBrandon Williams2018-06-281-3/+35
| * | | | fetch-pack: put shallow info in output parameterBrandon Williams2018-06-281-7/+8
| |/ / /
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-7/+8
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-1/+1
| * | shallow: add repository argument to is_repository_shallowStefan Beller2018-05-181-2/+2
| * | shallow: add repository argument to register_shallowStefan Beller2018-05-181-1/+1
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-06-281-4/+4
|\ \ \ | |_|/ |/| |
| * | fetch-pack: don't try to fetch peel values with --allJeff King2018-06-111-4/+4
* | | 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 objectti/fetch-everything-local-optimTakuto Ikuta2018-03-141-3/+42
* | | | | fetch-pack: do not check links for partial fetchjt/transfer-fsck-with-promissorJonathan Tan2018-03-151-2/+11
|/ / / /