]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/clone-copy-alternates-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:14 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:14 +0000 (09:01 -0700)
"git clone" of a local repository can be done at the filesystem
level, but the codepath did not check errors while copying and
adjusting the file that lists alternate object stores.

* jk/clone-copy-alternates-fix:
  clone: detect errors in normalize_path_copy

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge