On Mon, Apr 13, 2009 at 02:58:45AM +0300, Orestis Markou wrote:
And I also realised that I don't need to rewrite the history itself. I
was confused because gitk was caching something and I had to restart it
to see the updated info.
The rewrite is done by git filter-branch and this *will* be necessary if you
ever want to clone/push/fetch from/to this heavily grafted repo. Grafts are
only repository local and using filter-branch, you could make them permanent.
-Peter