Re: [PATCH] difftool: fix dir-diff when file does not exist in working tree

2013-05-17 Thread Junio C Hamano
John Keeping writes: > Commit 02c5631 (difftool --dir-diff: symlink all files matching the > working tree, 2013-03-14) does not handle the case where a file that is > being compared does not exist in the working tree. Fix this by checking > for existence explicitly before running git-hash-object

[PATCH] difftool: fix dir-diff when file does not exist in working tree

2013-05-17 Thread John Keeping
Commit 02c5631 (difftool --dir-diff: symlink all files matching the working tree, 2013-03-14) does not handle the case where a file that is being compared does not exist in the working tree. Fix this by checking for existence explicitly before running git-hash-object. Reported-by: Kevin Bracey S