]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Allow symlink blobs in trees during fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 21 Aug 2006 07:29:13 +0000 (03:29 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:04 +0000 (02:15 -0500)
commitace4a9d1ae5efd056c5e57cc76aacee3057a73f7
tree2bbf4f32c72989fa6dfb36a961952b97c1a5ba2e
parentc90be46abdbd102ab8e9af0303d33976d552ae58
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 <spearce@spearce.org>
fast-import.c