author | Lars Hjemli <hjemli@gmail.com> | |
Wed, 29 Nov 2006 20:44:56 +0000 (21:44 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 6 Dec 2006 07:50:57 +0000 (23:50 -0800) | ||
commit | 16c2bfbb449a90db00a46984d7dd7f735caa1d56 | |
tree | 6d268e2843256244951d6e07ba7473f3156aa201 | tree | snapshot |
parent | c976d415e5352886f0650f8e2edba81866c38587 | commit | diff |
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>
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 | diff | blob | history | |
t/t3200-branch.sh | diff | blob | history |