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
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
2021-04-08
fetch-pack: refactor add_haves()
Jonathan Tan
-16
/
+12
2021-04-08
fetch-pack: refactor process_acks()
Jonathan Tan
-48
/
+22
2021-04-08
Merge branch 'jt/fetch-pack-request-fix' into jt/push-negotiation
Junio C Hamano
-1
/
+1
2021-04-08
fetch-pack: buffer object-format with other args
Jonathan Tan
-1
/
+1
2021-04-08
Merge branch 'll/clone-reject-shallow'
Junio C Hamano
-4
/
+8
2021-04-07
Merge branch 'ab/fsck-api-cleanup'
Junio C Hamano
-23
/
+8
2021-04-01
builtin/clone.c: add --reject-shallow option
Li Linchao
-4
/
+8
2021-03-28
fetch-pack: use new fsck API to printing dangling submodules
Ævar Arnfjörð Bjarmason
-23
/
+8
2021-03-28
fetch-pack: use file-scope static struct for fsck_options
Ævar Arnfjörð Bjarmason
-3
/
+3
2021-03-28
fsck.c: move gitmodules_{found,done} into fsck_options
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
-1
/
+1
2021-03-08
Merge branch 'jt/transfer-fsck-across-packs-fix'
Junio C Hamano
-2
/
+2
2021-03-05
fetch-pack: do not mix --pack_header and packfile uri
Jonathan Tan
-2
/
+2
2021-03-01
Merge branch 'jt/transfer-fsck-across-packs'
Junio C Hamano
-17
/
+86
2021-02-22
fetch-pack: print and use dangling .gitmodules
Jonathan Tan
-12
/
+66
2021-02-22
fetch-pack: with packfile URIs, use index-pack arg
Jonathan Tan
-11
/
+23
2021-02-22
http-fetch: allow custom index-pack args
Jonathan Tan
-0
/
+3
2021-01-12
fetch-pack: refactor writing promisor file
Christian Couder
-7
/
+1
[next]