Re: git is live

Tom Tromey <[email protected]>
Newsgroups gmane.comp.gdb.devel,gmane.comp.gnu.binutils
Message-ID <[email protected]>
Cary> (Maybe a > git gc will clean things up, too.)

Pedro> That's my expectation.

It will but you will have to clear the reflog first for best results.
When doing the grafting stuff I did:

    git reflog expire --expire=now --all
    git gc --prune=now --aggressive

--aggressive takes a lot of time though.

What I did is make a combined repository for the rebasing.  Then I
pushed everything, cloned a new repository and fetched from my gitorious
repository, and finally deleted my combined repository.

Tom
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.