On Thu, Feb 14, 2013 at 07:24:28AM +0100, Lukas Fleischer wrote: > It's a one-liner: > > $ git reset $(git commit-tree -m "foobar" HEAD^{tree}) > > Pretty fast: > > git reset $(git commit-tree -m "foobar" HEAD^{tree}) 0.00s user 0.01s > system 70% cpu 0.009 total > > `git gc` also works perfectly fine after running that.
thanks for the tips. but opinion as of yet unchanged! ;)