index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
connect.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-1
/
+1
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-3
/
+3
2025-03-05
Merge branch 'cc/lop-remote'
Junio C Hamano
1
-0
/
+9
2025-02-27
Merge branch 'ua/os-version-capability'
Junio C Hamano
1
-1
/
+1
2025-02-19
agent: advertise OS name via agent capability
Usman Akinyemi
1
-1
/
+1
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
1
-0
/
+9
2025-01-17
connect: address -Wsign-compare warnings
Mike Hommey
1
-12
/
+11
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-25
connect: clear child process before freeing in diagnostic mode
Jeff King
1
-0
/
+1
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2024-06-04
refs: call branches branches
Junio C Hamano
1
-2
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
1
-14
/
+16
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-1
/
+1
2023-04-14
v0 protocol: use size_t for capability length/offset
Jeff King
1
-11
/
+11
2023-04-14
v0 protocol: fix sha1/sha256 confusion for capabilities^{}
Jeff King
1
-1
/
+2
2023-04-14
v0 protocol: fix infinite loop when parsing multi-valued capabilities
Jeff King
1
-2
/
+3
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
1
-1
/
+0
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-03-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
1
-3
/
+5
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-19
Merge branch 'zh/push-to-delete-onelevel-ref'
Junio C Hamano
1
-1
/
+2
2023-03-17
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
1
-3
/
+5
2023-03-01
push: allow delete single-level ref
ZheNing Hu
1
-1
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-02
Merge branch 'ds/bundle-uri-4'
Junio C Hamano
1
-0
/
+44
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
1
-0
/
+44
2022-12-13
server_supports_v2(): use a separate function for die_on_error
Jeff King
1
-9
/
+12
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
1
-4
/
+5
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-05-16
connect.c: refactor sending of agent & object-format
Ævar Arnfjörð Bjarmason
1
-13
/
+20
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-03
Merge branch 'ah/connect-parse-feature-v0-fix'
Junio C Hamano
1
-0
/
+2
2021-09-27
connect: also update offset for features without values
Andrzej Hunt
1
-0
/
+2
2021-08-10
connect, protocol: log negotiated protocol version
Josh Steadmon
1
-0
/
+2
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-02-17
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-3
/
+29
2021-02-05
clone: respect remote unborn HEAD
Jonathan Tan
1
-2
/
+26
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-1
/
+3
2021-01-25
Merge branch 'jk/forbid-lf-in-git-url'
Junio C Hamano
1
-0
/
+2
2021-01-07
git_connect_git(): forbid newlines in host and path
Jeff King
1
-0
/
+2
2020-08-27
Merge branch 'jk/leakfix'
Junio C Hamano
1
-2
/
+2
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
1
-2
/
+2
[next]