index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
promisor-remote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
Merge branch 'cc/promisor-auto-config-url-more'
Junio C Hamano
1
-19
/
+394
2026-06-09
Merge branch 'th/promisor-quiet-per-repo'
Junio C Hamano
1
-1
/
+1
2026-05-28
promisor-remote: auto-configure unknown remotes
Christian Couder
1
-3
/
+198
2026-05-28
promisor-remote: trust known remotes matching acceptFromServerUrl
Christian Couder
1
-10
/
+92
2026-05-28
promisor-remote: introduce promisor.acceptFromServerUrl
Christian Couder
1
-0
/
+90
2026-05-28
promisor-remote: add 'local_name' to 'struct promisor_info'
Christian Couder
1
-7
/
+15
2026-04-07
promisor-remote: remove the 'accepted' strvec
Christian Couder
1
-15
/
+12
2026-04-07
promisor-remote: keep accepted promisor_info structs alive
Christian Couder
1
-25
/
+17
2026-04-07
promisor-remote: refactor accept_from_server()
Christian Couder
1
-10
/
+17
2026-04-07
promisor-remote: refactor has_control_char()
Christian Couder
1
-10
/
+14
2026-04-07
promisor-remote: refactor should_accept_remote() control flow
Christian Couder
1
-10
/
+10
2026-04-07
promisor-remote: reject empty name or URL in advertised remote
Christian Couder
1
-1
/
+1
2026-04-07
promisor-remote: clarify that a remote is ignored
Christian Couder
1
-5
/
+6
2026-04-07
promisor-remote: pass config entry to all_fields_match() directly
Christian Couder
1
-12
/
+24
2026-04-07
promisor-remote: try accepted remotes before others in get_direct()
Christian Couder
1
-13
/
+31
2026-04-06
promisor-remote: fix promisor.quiet to use the correct repository
Trieu Huynh
1
-1
/
+1
2026-02-17
promisor-remote: change promisor_remote_reply()'s signature
Christian Couder
1
-11
/
+13
2026-02-17
promisor-remote: keep advertised filters in memory
Christian Couder
1
-0
/
+58
2026-02-17
promisor-remote: allow a client to store fields
Christian Couder
1
-1
/
+147
2026-02-17
promisor-remote: refactor initialising field lists
Christian Couder
1
-14
/
+14
2025-09-08
promisor-remote: use string_list_split() in mark_remotes_as_accepted()
Christian Couder
1
-8
/
+7
2025-09-08
promisor-remote: allow a client to check fields
Christian Couder
1
-8
/
+81
2025-09-08
promisor-remote: use string_list_split() in filter_promisor_remote()
Christian Couder
1
-7
/
+6
2025-09-08
promisor-remote: refactor how we parse advertised fields
Christian Couder
1
-29
/
+57
2025-09-08
promisor-remote: use string constants for 'name' and 'url' too
Christian Couder
1
-4
/
+19
2025-09-08
promisor-remote: allow a server to advertise more fields
Christian Couder
1
-9
/
+120
2025-09-08
promisor-remote: refactor to get rid of 'struct strvec'
Christian Couder
1
-41
/
+66
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-18
promisor-remote: compare remote names case sensitively
Christian Couder
1
-2
/
+2
2025-03-18
promisor-remote: fix possible issue when no URL is advertised
Christian Couder
1
-1
/
+6
2025-03-18
promisor-remote: fix segfault when remote URL is missing
Christian Couder
1
-8
/
+8
2025-02-18
promisor-remote: check advertised name or URL
Christian Couder
1
-6
/
+54
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
1
-0
/
+194
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-1
/
+1
2024-09-27
promisor-remote: fix leaking partial clone filter
Patrick Steinhardt
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
Merge branch 'th/quiet-lazy-fetch-from-promisor'
Junio C Hamano
1
-0
/
+3
2024-05-26
promisor-remote: add promisor.quiet configuration option
Tom Hughes
1
-0
/
+3
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-0
/
+10
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-0
/
+10
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-0
/
+10
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
1
-0
/
+10
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-1
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-1
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
1
-1
/
+1
[next]