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
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+1
|
\
|
|
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
builtins: mark unused prefix parameters
Jeff King
2023-03-28
1
-1
/
+1
*
|
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
2023-03-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
2023-03-17
1
-2
/
+2
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
list-objects-filter: add and use initializers
Jeff King
2022-09-12
1
-0
/
+1
*
Merge branch 'rc/fetch-refetch'
Junio C Hamano
2022-04-04
1
-0
/
+4
|
\
|
*
builtin/fetch-pack: add --refetch option
Robert Coup
2022-03-28
1
-0
/
+4
*
|
list-objects-filter: remove CL_ARG__FILTER
Derrick Stolee
2022-03-23
1
-2
/
+2
|
/
*
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
|
\
[next]