Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
file_exists(): dangling symlinks do exist
author
Junio C Hamano
<gitster@pobox.com>
Sun, 18 Nov 2007 09:58:16 +0000
(
01:58
-0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 23 Nov 2007 01:05:04 +0000
(17:05 -0800)
This function is used to see if a path given by the user does exist
on the filesystem. A symbolic link that does not point anywhere does
exist but running stat() on it would yield an error, and it incorrectly
said it does not exist.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
a50f9fc
)
No differences found