]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ua/os-version-capability'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2025 23:22:59 +0000 (15:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2025 23:23:00 +0000 (15:23 -0800)
commit9d8cce051add2eb82cb0be97a58201c1d3fe0c1b
tree656c7d9a67e9233f2b3ecdae15a3461b49af783e
parent08bdfd453584e489d5a551aecbdcb77584e1b958
parentcf7ee481902df64b26ac8b1741eca861a8d2f7cc
Merge branch 'ua/os-version-capability'

The value of "uname -s" is by default sent over the wire as a part
of the "version" capability.

* ua/os-version-capability:
  agent: advertise OS name via agent capability
  t5701: add setup test to remove side-effect dependency
  version: extend get_uname_info() to hide system details
  version: refactor get_uname_info()
  version: refactor redact_non_printables()
  version: replace manual ASCII checks with isprint() for clarity
Documentation/gitprotocol-v2.adoc
builtin/bugreport.c
connect.c
t/test-lib-functions.sh
version.c