]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitce65a188b15bef0ef68e81d5b083e7dda34ab2c9
tree00ade2576f1a531ec0ae1ce18269770d87b109bc
parent6a887bdd9276acbcf359d86cc121fc4161293d13
parent199f44cb2ead34486f2588dc32d000d17e30f9cc
Merge branch 'ps/remote-helper-repo-initialization-fix'

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
builtin/clone.c