aboutsummaryrefslogtreecommitdiff
path: root/t/t4115-apply-symlink.sh
Commit message (Collapse)AuthorAge
* git-apply: applying a patch to make a symlink shorter.Junio C Hamano2006-08-09
The internal representation of the result is counted string (i.e. char *buf and ulong size), which is fine for writing out to regular file, but throwing the buf at symlink(2) was a no-no. Reported by Willy Tarreau. Signed-off-by: Junio C Hamano <junkio@cox.net>