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