]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/t7528-ssh-agent-uds-workaround'
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 20:48:05 +0000 (13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 20:48:05 +0000 (13:48 -0700)
commit52b56e8b792d9dbd600c3b113505588f2ed9d0c4
tree839a821941a48d4eb52c7a6ec25c524c8c12fd71
parent7d763b98ef35d78a47c0606c6824e677b67bcb1c
parentb7fb2194b96604898ff1ddd8dd1a394aa71532a9
Merge branch 'ps/t7528-ssh-agent-uds-workaround'

Recent OpenSSH creates the Unix domain socket to communicate with
ssh-agent under $HOME instead of /tmp, which causes our test to
fail doe to overly long pathname in our test environment, which has
been worked around by using "ssh-agent -T".

* ps/t7528-ssh-agent-uds-workaround:
  t7528: work around ETOOMANY in OpenSSH 10.1 and newer