summaryrefslogtreecommitdiff
path: root/copy.c
diff options
context:
space:
mode:
authorTim Henigan <tim.henigan@gmail.com>2012-03-14 16:38:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-14 22:22:38 (GMT)
commitbfe392e3674770e8a0312d4945b0a5f2c9007eab (patch)
tree69904b5eb0b3fddeec484b7a9c3d652182156c83 /copy.c
parent97549084f660c43fe4b6dc34bf60afef4948b432 (diff)
downloadgit-bfe392e3674770e8a0312d4945b0a5f2c9007eab.zip
git-bfe392e3674770e8a0312d4945b0a5f2c9007eab.tar.gz
git-bfe392e3674770e8a0312d4945b0a5f2c9007eab.tar.bz2
contrib/diffall: fix cleanup trap on Windows
Prior to this commit, the cleanup trap that removes the tmp dir created by the script would fail on Windows. The error was silently ignored by the script. On Windows, a directory cannot be removed while it is the working directory of the process (thanks to Johannes Sixt on the Git list for this info [1]). This commit eliminates the 'cd' into the tmp directory that caused the error. [1]: http://article.gmane.org/gmane.comp.version-control.git/193086 Signed-off-by: Tim Henigan <tim.henigan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'copy.c')
0 files changed, 0 insertions, 0 deletions