From: Shawn O. Pearce Date: Mon, 21 Aug 2006 07:29:13 +0000 (-0400) Subject: Allow symlink blobs in trees during fast-import. X-Git-Tag: v1.5.0-rc4~14^2~72 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ace4a9d1ae5efd056c5e57cc76aacee3057a73f7?hp=ace4a9d1ae5efd056c5e57cc76aacee3057a73f7 Allow symlink blobs in trees during fast-import. If a frontend is smart enough to import a symlink then we should let them do so. We'll assume that they were smart enough to first generate a blob to hold the link target, as that's how symlinks get represented in GIT. Signed-off-by: Shawn O. Pearce ---