[racket-dev] [plt] Push #21393: master branch updated

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Oct 31 23:16:00 EDT 2010

Four minutes ago, Sam Tobin-Hochstadt wrote:
> On Sun, Oct 31, 2010 at 6:32 PM,  <clklein at racket-lang.org> wrote:
> >
> >
> > 152084d Casey Klein <clklein at racket-lang.org> 2010-10-31 17:13
> > :
> > | Adds an experiment in using a trie in `apply-reduction-relation*'
> > ~~~~~~~~~~
> >
> > f9b64fa Casey Klein <clklein at racket-lang.org> 2010-10-31 17:28
> > :
> > | Removes `apply-reduction-relation*' trie experiment
> 
> You should learn about 'git rebase -i', with which you can drop
> commits entirely.

Actually, in this case a more convenient tool is `git commit --amend'
which is a way to commit "more stuff" with the previous commit.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.