]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mt/checkout-remove-nofollow'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:36 +0000 (14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:36 +0000 (14:35 -0700)
When "git checkout" removes a path that does not exist in the
commit it is checking out, it wasn't careful enough not to follow
symbolic links, which has been corrected.

* mt/checkout-remove-nofollow:
  checkout: don't follow symlinks when removing entries
  symlinks: update comment on threaded_check_leading_path()

1  2 
cache.h
entry.c
unpack-trees.c

diff --cc cache.h
Simple merge
diff --cc entry.c
Simple merge
diff --cc unpack-trees.c
Simple merge