Julian Phillips <julian@quantumfyre.co.uk> wrote:I'm guessing you didn't restart the branches at the start of the second import. You need to do something like this to get the import going again: commit refs/heads/BUG_101_BRANCH from refs/heads/BUG_101_BRANCH^0 ... or because you imported the marks you can use a mark: commit refs/heads/BUG_101_BRANCH from :18981 ... where 18981 was the last revision on BUG_101_BRANCH that the frontend had imported during the last run. fast-import doesn't assume the local branches already exist. It actually assumes its importing from scratch every time. The frontend tool needs to restart the branch if that is what it wants. In other words, by splitting the file in half you actually also split the history in half, and got two root commits, one of which was in the middle of your history. :-( -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Benjamin Herrenschmidt | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Mariusz Kozlowski | [PATCH 03] drivers/sbus/char/bbc_envctrl.c: kmalloc + memset conversion to kzalloc |
| Yinghai Lu | [PATCH 02/16] x86: introduce nr_irqs for 64bit v3 |
git: | |
| Gerrit Renker | [PATCH 13/37] dccp: Deprecate Ack Ratio sysctl |
| James Morris | Re: [GIT]: Networking |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
