aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/fetch-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-25fetch-pack: clear pack lockfiles listJeff King1-0/+1
2024-09-25fetch-pack, send-pack: clean up shallow oid arrayJeff King1-0/+1
2024-09-25fetch-pack: free object filter before exitingJeff King1-0/+1
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt1-1/+10
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-22builtin/fetch-pack: fix leaking refsPatrick Steinhardt1-8/+12
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-28builtins: mark unused prefix parametersJeff King1-1/+1
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano1-2/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King1-2/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-09-12list-objects-filter: add and use initializersJeff King1-0/+1
2022-04-04Merge branch 'rc/fetch-refetch'Junio C Hamano1-0/+4
2022-03-28builtin/fetch-pack: add --refetch optionRobert Coup1-0/+4
2022-03-23list-objects-filter: remove CL_ARG__FILTERDerrick Stolee1-2/+2
2021-02-05connect, transport: encapsulate arg in structJonathan Tan1-1/+2
2020-08-18fetch-pack: remove no_dependents codeJonathan Tan1-4/+0
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano1-6/+11
2020-06-10fetch-pack: support more than one pack lockfileJonathan Tan1-6/+11
2020-05-24stateless-connect: send response end packetDenton Liu1-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2019-03-20fetch_pack(): drop unused parametersJeff King1-1/+1
2019-02-05Merge branch 'jt/fetch-v2-sideband'Junio C Hamano1-1/+2
2019-01-29Merge branch 'jt/fetch-pack-v2'Junio C Hamano1-3/+6
2019-01-10fetch-pack: support protocol version 2Jonathan Tan1-3/+6
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki1-1/+2
2018-10-15builtin/fetch-pack: remove constants with parse_oid_hexbrian m. carlson1-6/+7
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-2/+18
2018-03-15fetch-pack: perform a fetch using v2Brandon Williams1-1/+1
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams1-0/+2
2018-03-14connect: discover protocol version outside of get_remote_headsBrandon Williams1-1/+15
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler1-1/+1
2017-12-08fetch-pack: add --no-filterJeff Hostetler1-0/+4
2017-12-08fetch-pack, index-pack, transport: partial cloneJeff Hostetler1-0/+4
2017-12-08sha1_file: support lazily fetching missing objectsJonathan Tan1-0/+2
2017-12-05introduce fetch-object: fetch one promisor objectJonathan Tan1-0/+8
2017-03-31Rename sha1_array to oid_arraybrian m. carlson1-1/+1
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen1-6/+1
2016-10-10Merge branch 'nd/shallow-deepen'Junio C Hamano1-6/+21
2016-06-13fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy1-0/+4
2016-06-13fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy1-0/+7