Always pass a sha1 for the initial parent so that git-fast-import doesn't think
commitcb07cfd15e6377e9f52638f349a676929732954c
authorSimon Hausmann <simon@luria.(none)>
Thu, 17 May 2007 07:02:45 +0000 (17 09:02 +0200)
committerSimon Hausmann <simon@luria.(none)>
Thu, 17 May 2007 07:09:05 +0000 (17 09:09 +0200)
tree0fd524becc3a32fde7e7323edf36f397872f9f96
parent2ca4a934f75e3564944145afa41ec3e9738a9554
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 :)
git-p4