summaryrefslogtreecommitdiff
path: root/xdiff
diff options
context:
space:
mode:
authorLibravatar Sebastian Schuberth <sschuberth@gmail.com>2009-10-27 12:23:33 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-10-27 23:45:41 -0700
commitade2ca0ca9f8335be300d5538e1ca9cb3594ae64 (patch)
tree8cde05a944f8e2e53efa88ec0a01385dd6c0ab10 /xdiff
parentGIT 1.6.5.2 (diff)
downloadtgif-ade2ca0ca9f8335be300d5538e1ca9cb3594ae64.tar.xz
Do not try to remove directories when removing old links
When building Git with MSVC on Windows, directories named after the Git alias are created for the output files, e.g. there is a "git-merge-index" directory next to the "git-merge-index.exe" executable in the build root. Previously, "make all" just checked if "git-merge-index" and "git-merge-index.exe" are the same file, and if not, tried to remove "git-merge-index". This fails in the case of "git-merge-index" being a directory, which is why this is checked now. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff')
0 files changed, 0 insertions, 0 deletions