index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
connect, transport: encapsulate arg in struct
Jonathan Tan
2021-02-05
1
-1
/
+2
*
fetch-pack: remove no_dependents code
Jonathan Tan
2020-08-19
1
-4
/
+0
*
Merge branch 'jt/cdn-offload'
Junio C Hamano
2020-06-25
1
-6
/
+11
|
\
|
*
fetch-pack: support more than one pack lockfile
Jonathan Tan
2020-06-11
1
-6
/
+11
*
|
stateless-connect: send response end packet
Denton Liu
2020-05-25
1
-1
/
+1
|
/
*
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
*
fetch_pack(): drop unused parameters
Jeff King
2019-03-20
1
-1
/
+1
*
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
2019-02-05
1
-1
/
+2
|
\
|
*
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
1
-1
/
+2
*
|
Merge branch 'jt/fetch-pack-v2'
Junio C Hamano
2019-01-29
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
fetch-pack: support protocol version 2
Jonathan Tan
2019-01-10
1
-3
/
+6
*
|
builtin/fetch-pack: remove constants with parse_oid_hex
brian m. carlson
2018-10-15
1
-6
/
+7
|
/
*
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-2
/
+18
|
\
|
*
fetch-pack: perform a fetch using v2
Brandon Williams
2018-03-15
1
-1
/
+1
|
*
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
2018-03-14
1
-0
/
+2
|
*
connect: discover protocol version outside of get_remote_heads
Brandon Williams
2018-03-14
1
-1
/
+15
*
|
fetch: inherit filter-spec from partial clone
Jeff Hostetler
2017-12-08
1
-1
/
+1
*
|
fetch-pack: add --no-filter
Jeff Hostetler
2017-12-08
1
-0
/
+4
*
|
fetch-pack, index-pack, transport: partial clone
Jeff Hostetler
2017-12-08
1
-0
/
+4
*
|
sha1_file: support lazily fetching missing objects
Jonathan Tan
2017-12-08
1
-0
/
+2
*
|
introduce fetch-object: fetch one promisor object
Jonathan Tan
2017-12-05
1
-0
/
+8
|
/
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-1
/
+1
*
fetch-pack: move code to report unmatched refs to a function
Matt McCutchen
2017-03-02
1
-6
/
+1
*
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-6
/
+21
|
\
|
*
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+4
|
*
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+7
|
*
fetch: define shallow boundary with --shallow-since
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+4
|
*
fetch-pack: use skip_prefix() instead of starts_with()
Nguyễn Thái Ngọc Duy
2016-06-13
1
-6
/
+6
*
|
fetch-pack: fix object_id of exact sha1
Gabriel Souza Franco
2016-03-01
1
-3
/
+13
*
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-18
/
+9
|
\
\
|
|
/
|
/
|
|
*
fetch-pack: simplify add_sought_entry
Jeff King
2016-02-22
1
-18
/
+9
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
/
*
add_sought_entry_mem: convert to struct object_id
brian m. carlson
2015-11-20
1
-6
/
+8
*
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-2
/
+2
*
standardize usage info string format
Alex Henrie
2015-01-14
1
-1
/
+1
*
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
1
-3
/
+20
|
\
|
*
smart-http: support shallow fetch/clone
Nguyễn Thái Ngọc Duy
2013-12-11
1
-3
/
+13
|
*
remote-curl: pass ref SHA-1 to fetch-pack as well
Nguyễn Thái Ngọc Duy
2013-12-11
1
-0
/
+7
|
*
clone: support remote shallow repository
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+1
|
*
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+1
*
|
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
2013-12-17
1
-3
/
+11
|
\
\
|
*
|
git fetch-pack: add --diag-url
Torsten Bögershausen
2013-12-09
1
-3
/
+11
|
|
/
*
/
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-3
/
+3
|
/
*
Merge branch 'jc/push-cas'
Junio C Hamano
2013-09-09
1
-0
/
+2
|
\
|
*
cache.h: move remote/connect API out of it
Junio C Hamano
2013-07-08
1
-0
/
+2
*
|
smart http: use the same connectivity check on cloning
Nguyễn Thái Ngọc Duy
2013-07-23
1
-0
/
+9
|
/
*
Merge branch 'jk/pkt-line-cleanup'
Junio C Hamano
2013-04-01
1
-7
/
+4
|
\
|
*
teach get_remote_heads to read from a memory buffer
Jeff King
2013-02-24
1
-1
/
+1
|
*
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
2013-02-20
1
-4
/
+3
|
*
pkt-line: teach packet_read_line to chomp newlines
Jeff King
2013-02-20
1
-2
/
+0
[next]