Re: [PATCH] fully resolve symlinks when creating lockfiles
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:24
"Bradford C. Smith" [off-list ref] writes:
Make the code for resolving symlinks in lockfile.c more robust as
follows:
1. Handle relative symlinks
2. recursively resolve symlink chains up to OS limit
I munged this patch with Morten's comments. Will queue for
'next'. Further polishing will be done in 'next' as needed.