summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|/ / / /
* | | | 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 keyjt/oidmapJonathan 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 SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan 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
|\ \ \