Klas Lindberg schrieb: > On Thu, Oct 2, 2008 at 5:02 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: >> I assume that you used --subdirectory-filter. This has issues that will be >> fixed in 1.6.1. You need a current 'master' git (at least b805ef08). > > Is there some way to do what I need with git-filter-branch today, or > must I wait until 1.6.1 is released? You can remove all occurences of the "--full-history" flag from your /usr/libexec/git-core/git-filter-branch script. This is sufficient for some repositories because this triggers the bug less often. This means that the resulting history may still be incorrect, but chances are higher that it is correct. Other than that, you can just clone git.git and compile it yourself. It's a simple matter of "make prefix=$HOME/mytempgit install". -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html