aboutsummaryrefslogtreecommitdiff
path: root/t/t6025-merge-symlinks.sh
Commit message (Collapse)AuthorAge
* Handle core.symlinks=false case in merge-recursive.Johannes Sixt2007-03-03
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. While we are here, fix a tiny memory leak in the if-branch that writes real symbolic links. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <junkio@cox.net>