Re: [PATCH 1/2] Handle core.symlinks=false case in merge-recursive.
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:58
Hi,
On Sat, 3 Mar 2007, Johannes Sixt wrote:
If the file system does not support symbolic links
(core.symlinks=false), merge-recursive must write the merged symbolic
link text into a regular file.
I think regardless of the value of core.symlinks, merging symbolic links
does not make sense at all.
I'd suggest having two versions of the symlöink/file, <name>Ã~ours and
<name>~theirs instead.
Ciao,
Dscho