]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'da/difftool' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 19:34:24 +0000 (11:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 19:34:24 +0000 (11:34 -0800)
commitaa0b4c31d9f21b806253ac16e59de82e2a5ec00e
treeba3f9fa7ade4c73e61ea6bc330c4c3bad68794b5
parentb50ceab48f46a74571ee2a89048563dd5d3322b9
parentcfe2d4be9126f03d8ca198f9da36762cdf59b52f
Merge branch 'da/difftool' into maint

The code to prepare the working tree side of temporary directory
for the "dir-diff" feature forgot that symbolic links need not be
copied (or symlinked) to the temporary area, as the code already
special cases and overwrites them.  Besides, it was wrong to try
computing the object name of the target of symbolic link, which may
not even exist or may be a directory.

* da/difftool:
  difftool: ignore symbolic links in use_wt_file