]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
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)
commit16c2bfbb449a90db00a46984d7dd7f735caa1d56
tree6d268e2843256244951d6e07ba7473f3156aa201
parentc976d415e5352886f0650f8e2edba81866c38587
rename_ref: use lstat(2) when testing for symlink

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>
refs.c
t/t3200-branch.sh