From: Junio C Hamano Date: Tue, 29 Sep 2020 21:01:20 +0000 (-0700) Subject: Merge branch 'bc/clone-with-git-default-hash-fix' X-Git-Tag: v2.29.0-rc0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b28919c7bcfabad81896070e6b7b66be8310e6a8;p=thirdparty%2Fgit.git Merge branch 'bc/clone-with-git-default-hash-fix' "git clone" that clones from SHA-1 repository, while GIT_DEFAULT_HASH set to use SHA-256 already, resulted in an unusable repository that half-claims to be SHA-256 repository with SHA-1 objects and refs. This has been corrected. * bc/clone-with-git-default-hash-fix: builtin/clone: avoid failure with GIT_DEFAULT_HASH --- b28919c7bcfabad81896070e6b7b66be8310e6a8