]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/remote-helper-repo-initialization-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:42 +0000 (15:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:42 +0000 (15:59 -0800)
A custom remote helper no longer cannot access the newly created
repository during "git clone", which is a regression in Git 2.44.
This has been corrected.

* ps/remote-helper-repo-initialization-fix:
  builtin/clone: allow remote helpers to detect repo

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge