summaryrefslogtreecommitdiff
path: root/builtin/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\ \ | |/
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | builtins: mark unused prefix parametersJeff King2023-03-281-1/+1
* | Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano2023-03-281-2/+2
|\ \ | |/ |/|
| * git_connect(): fix corner cases in downgrading v2 to v0Jeff King2023-03-171-2/+2
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
|/
* list-objects-filter: add and use initializersJeff King2022-09-121-0/+1
* Merge branch 'rc/fetch-refetch'Junio C Hamano2022-04-041-0/+4
|\
| * builtin/fetch-pack: add --refetch optionRobert Coup2022-03-281-0/+4
* | list-objects-filter: remove CL_ARG__FILTERDerrick Stolee2022-03-231-2/+2
|/
* connect, transport: encapsulate arg in structJonathan Tan2021-02-051-1/+2
* fetch-pack: remove no_dependents codeJonathan Tan2020-08-181-4/+0
* Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-251-6/+11
|\
| * fetch-pack: support more than one pack lockfileJonathan Tan2020-06-101-6/+11
* | stateless-connect: send response end packetDenton Liu2020-05-241-1/+1
|/
* oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
* fetch_pack(): drop unused parametersJeff King2019-03-201-1/+1
* Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-1/+2
|\
| * pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-1/+2
* | Merge branch 'jt/fetch-pack-v2'Junio C Hamano2019-01-291-3/+6
|\ \ | |/ |/|
| * fetch-pack: support protocol version 2Jonathan Tan2019-01-101-3/+6
* | builtin/fetch-pack: remove constants with parse_oid_hexbrian m. carlson2018-10-151-6/+7
|/
* Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-2/+18
|\
| * fetch-pack: perform a fetch using v2Brandon Williams2018-03-151-1/+1
| * protocol: introduce enum protocol_version value protocol_v2Brandon Williams2018-03-141-0/+2
| * connect: discover protocol version outside of get_remote_headsBrandon Williams2018-03-141-1/+15
* | fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-1/+1
* | fetch-pack: add --no-filterJeff Hostetler2017-12-081-0/+4
* | fetch-pack, index-pack, transport: partial cloneJeff Hostetler2017-12-081-0/+4
* | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+2
* | introduce fetch-object: fetch one promisor objectJonathan Tan2017-12-051-0/+8
|/
* Rename sha1_array to oid_arraybrian m. carlson2017-03-311-1/+1
* fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-6/+1
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-6/+21
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+7
| * fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * fetch-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-131-6/+6
* | fetch-pack: fix object_id of exact sha1Gabriel Souza Franco2016-03-011-3/+13
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-18/+9
|\ \ | |/ |/|
| * fetch-pack: simplify add_sought_entryJeff King2016-02-221-18/+9
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-201-6/+8
* Convert struct ref to use object_id.brian m. carlson2015-11-201-2/+2
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-3/+20
|\
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-3/+13