]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
Always pass a sha1 for the initial parent so that git-fast-import doesn't think
authorSimon Hausmann <simon@lst.de>
Thu, 17 May 2007 07:02:45 +0000 (09:02 +0200)
committerSimon Hausmann <simon@lst.de>
Thu, 17 May 2007 07:09:05 +0000 (09:09 +0200)
commitf9162f6a4cc9f4af3e527412b364a8eda4502920
tree41f1fdfc1fdd00eabd9875f55c241cd3d1e877c1
parent5c4153e4880a90c05612521e9ee575a308d207db
Always pass a sha1 for the initial parent so that git-fast-import doesn't think
it's creating a new branch from itself. It's a sensible error in general but
in the case of incremental imports we have to apply force :)

Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4