index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fetch-pack.c
Age
Commit message (
Expand
)
Author
Lines
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-0
/
+1
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
-2
/
+2
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-14
v0 protocol: use size_t for capability length/offset
Jeff King
-2
/
+2
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
-1
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-1
/
+4
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-4
/
+4
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-4
/
+4
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-4
/
+4
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
-1
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-1
/
+1
2023-02-24
fetch-pack: mark unused parameter in callback function
Jeff King
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-1
/
+2
2022-12-13
server_supports_v2(): use a separate function for die_on_error
Jeff King
-6
/
+6
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
-6
/
+6
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
-5
/
+9
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-6
/
+6
2022-08-19
run-command: mark unused async callback parameters
Jeff King
-1
/
+1
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
-4
/
+8
2022-08-15
fetch-pack: add tracing for negotiation rounds
Josh Steadmon
-1
/
+55
2022-08-05
Merge branch 'jt/fetch-pack-trace2-filter-spec'
Junio C Hamano
-14
/
+26
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
-0
/
+8
2022-07-26
fetch-pack: write effective filter to trace2
Jonathan Tan
-14
/
+26
2022-07-17
fetch-pack: use DEFINE_LIST_SORT
René Scharfe
-0
/
+8
2022-06-03
Merge branch 'ds/bundle-uri'
Junio C Hamano
-15
/
+30
2022-05-25
Merge branch 'jt/fetch-peek-optional-section'
Junio C Hamano
-8
/
+11
2022-05-16
fetch-pack: move --keep=* option filling to a function
Ævar Arnfjörð Bjarmason
-8
/
+12
2022-05-16
fetch-pack: add a deref_without_lazy_fetch_extended()
Ævar Arnfjörð Bjarmason
-7
/
+18
2022-05-16
fetch-pack: make unexpected peek result non-fatal
Jonathan Tan
-8
/
+11
2022-03-28
fetch-pack: add refetch
Robert Coup
-17
/
+29
2022-02-23
Merge branch 'ps/fetch-optim-with-commit-graph'
Junio C Hamano
-12
/
+16
2022-02-23
Merge branch 'bs/forbid-i18n-of-protocol-token-in-fetch-pack'
Junio C Hamano
-2
/
+10
2022-02-11
fetch-pack: parameterize message containing 'ready' keyword
Bagas Sanjaya
-2
/
+10
2022-02-10
fetch-pack: use commit-graph when computing cutoff
Patrick Steinhardt
-12
/
+16
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
-1
/
+1
2021-12-10
Merge branch 'jk/fetch-pack-avoid-sigpipe-to-index-pack'
Junio C Hamano
-0
/
+5
2021-11-19
fetch-pack: ignore SIGPIPE when writing to index-pack
Jeff King
-0
/
+5
2021-11-11
fetch-pack: redact packfile urls in traces
Ivan Frade
-0
/
+5
2021-09-01
fetch-pack: optimize loading of refs via commit graph
Patrick Steinhardt
-0
/
+5
2021-09-01
connected: refactor iterator to return next object ID directly
Patrick Steinhardt
-4
/
+3
2021-08-24
Merge branch 'ps/fetch-pack-load-refs-optim'
Junio C Hamano
-2
/
+8
2021-08-04
fetch-pack: speed up loading of refs via commit graph
Patrick Steinhardt
-2
/
+8
2021-05-20
fetch-pack: signal v2 server that we are done making requests
Jeff King
-0
/
+9
2021-05-05
fetch: teach independent negotiation (no packfile)
Jonathan Tan
-4
/
+107
2021-04-08
fetch-pack: refactor command and capability write
Jonathan Tan
-17
/
+24
[next]