On 13 Apr 2009, at 10:26, Peter Baumann wrote:
On Mon, Apr 13, 2009 at 02:58:45AM +0300, Orestis Markou wrote:
quoted
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
Thanks - I understand that. However, this is a git-svn repo, and I
don't have a need to do so. The suggestion is to not push or pull
between git-svn repos but go through svn - AFAICT, that is.
Orestis