index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
promisor-remote.c
Age
Commit message (
Expand
)
Author
2026-02-17
promisor-remote: change promisor_remote_reply()'s signature
Christian Couder
2026-02-17
promisor-remote: keep advertised filters in memory
Christian Couder
2026-02-17
promisor-remote: allow a client to store fields
Christian Couder
2026-02-17
promisor-remote: refactor initialising field lists
Christian Couder
2025-09-08
promisor-remote: use string_list_split() in mark_remotes_as_accepted()
Christian Couder
2025-09-08
promisor-remote: allow a client to check fields
Christian Couder
2025-09-08
promisor-remote: use string_list_split() in filter_promisor_remote()
Christian Couder
2025-09-08
promisor-remote: refactor how we parse advertised fields
Christian Couder
2025-09-08
promisor-remote: use string constants for 'name' and 'url' too
Christian Couder
2025-09-08
promisor-remote: allow a server to advertise more fields
Christian Couder
2025-09-08
promisor-remote: refactor to get rid of 'struct strvec'
Christian Couder
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-18
promisor-remote: compare remote names case sensitively
Christian Couder
2025-03-18
promisor-remote: fix possible issue when no URL is advertised
Christian Couder
2025-03-18
promisor-remote: fix segfault when remote URL is missing
Christian Couder
2025-02-18
promisor-remote: check advertised name or URL
Christian Couder
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-09-27
promisor-remote: fix leaking partial clone filter
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-06
Merge branch 'th/quiet-lazy-fetch-from-promisor'
Junio C Hamano
2024-05-26
promisor-remote: add promisor.quiet configuration option
Tom Hughes
2024-04-29
Sync with 2.44.1
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.40.2
Johannes Schindelin
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-10-05
promisor-remote: die upon failing fetch
Jonathan Tan
2022-10-05
promisor-remote: remove a return value
Jonathan Tan
2022-09-13
Merge branch 'sg/xcalloc-cocci-fix' into maint
Junio C Hamano
2022-08-24
promisor-remote: fix xcalloc() argument order
SZEDER Gábor
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2021-07-16
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
2021-06-28
promisor-remote: teach lazy-fetch in any repo
Jonathan Tan
2021-06-28
promisor-remote: support per-repository config
Jonathan Tan
2021-06-28
repository: move global r_f_p_c to repo struct
Jonathan Tan
2021-06-16
promisor-remote: output trace2 statistics for number of objects fetched
Elijah Newren
2021-03-13
use CALLOC_ARRAY
René Scharfe
[next]