index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch-pack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-25
fetch-pack: clear pack lockfiles list
Jeff King
1
-0
/
+1
2024-09-25
fetch-pack, send-pack: clean up shallow oid array
Jeff King
1
-0
/
+1
2024-09-25
fetch-pack: free object filter before exiting
Jeff King
1
-0
/
+1
2024-09-25
fetch-pack: fix leaking sought refs
Patrick Steinhardt
1
-1
/
+10
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-22
builtin/fetch-pack: fix leaking refs
Patrick Steinhardt
1
-8
/
+12
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-2
/
+2
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-03-28
builtins: mark unused prefix parameters
Jeff King
1
-1
/
+1
2023-03-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
1
-2
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
1
-2
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-09-12
list-objects-filter: add and use initializers
Jeff King
1
-0
/
+1
2022-04-04
Merge branch 'rc/fetch-refetch'
Junio C Hamano
1
-0
/
+4
2022-03-28
builtin/fetch-pack: add --refetch option
Robert Coup
1
-0
/
+4
2022-03-23
list-objects-filter: remove CL_ARG__FILTER
Derrick Stolee
1
-2
/
+2
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-1
/
+2
2020-08-18
fetch-pack: remove no_dependents code
Jonathan Tan
1
-4
/
+0
2020-06-25
Merge branch 'jt/cdn-offload'
Junio C Hamano
1
-6
/
+11
2020-06-10
fetch-pack: support more than one pack lockfile
Jonathan Tan
1
-6
/
+11
2020-05-24
stateless-connect: send response end packet
Denton Liu
1
-1
/
+1
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-03-20
fetch_pack(): drop unused parameters
Jeff King
1
-1
/
+1
2019-02-05
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
1
-1
/
+2
2019-01-29
Merge branch 'jt/fetch-pack-v2'
Junio C Hamano
1
-3
/
+6
2019-01-10
fetch-pack: support protocol version 2
Jonathan Tan
1
-3
/
+6
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-1
/
+2
2018-10-15
builtin/fetch-pack: remove constants with parse_oid_hex
brian m. carlson
1
-6
/
+7
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-2
/
+18
2018-03-15
fetch-pack: perform a fetch using v2
Brandon Williams
1
-1
/
+1
2018-03-14
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
1
-0
/
+2
2018-03-14
connect: discover protocol version outside of get_remote_heads
Brandon Williams
1
-1
/
+15
2017-12-08
fetch: inherit filter-spec from partial clone
Jeff Hostetler
1
-1
/
+1
2017-12-08
fetch-pack: add --no-filter
Jeff Hostetler
1
-0
/
+4
2017-12-08
fetch-pack, index-pack, transport: partial clone
Jeff Hostetler
1
-0
/
+4
2017-12-08
sha1_file: support lazily fetching missing objects
Jonathan Tan
1
-0
/
+2
2017-12-05
introduce fetch-object: fetch one promisor object
Jonathan Tan
1
-0
/
+8
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-1
/
+1
2017-03-02
fetch-pack: move code to report unmatched refs to a function
Matt McCutchen
1
-6
/
+1
2016-10-10
Merge branch 'nd/shallow-deepen'
Junio C Hamano
1
-6
/
+21
2016-06-13
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2016-06-13
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
1
-0
/
+7
[next]