Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-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> |