rename_ref: use lstat(2) when testing for symlink
authorLars Hjemli <hjemli@gmail.com>
Wed, 29 Nov 2006 20:44:56 +0000 (21:44 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 6 Dec 2006 07:50:57 +0000 (23:50 -0800)
The current check for symlinked reflogs was based on stat(2), which is
utterly embarrassing.

Fix it, and add a matching testcase.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found