git is live
Tom Tromey
tromey@redhat.com
Tue Oct 29 19:39:00 GMT 2013
More information about the Binutils mailing list
Tue Oct 29 19:39:00 GMT 2013
- Previous message (by thread): git is live
- Next message (by thread): git is live
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): git is live
- Next message (by thread): git is live
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list