Created: Sat May 17 14:15:54 UTC 2008
manveru@sigma ~/c % git clone git://github.com/evanphx/rubinius.git
Initialized empty Git repository in /home/manveru/c/rubinius/.git/
remote: Counting objects: 70177, done.
remote: Compressing objects: 100% (19492/19492), done.
remote: Total 70177 (delta 47966), reused 70177 (delta 47966)
Receiving objects: 100% (70177/70177), 67.63 MiB | 1163 KiB/s, done.
Resolving deltas: 100% (47966/47966), done.
Checking out files: 100% (3160/3160), done.

manveru@sigma ~/c % cd rubinius

manveru@sigma ~/c/rubinius % ls
AUTHORS     bin/          doc/     kernel/  LICENSE   mspec/    rakelib/  README-DEVELOPERS  shotgun/  stdlib/  THANKS
benchmark/  CONTRIBUTORS  INSTALL  lib/     Makefile  Rakefile  README    runtime/           spec/     test/    tools/

manveru@sigma ~/c/rubinius % rake git:update
(in /home/manveru/c/rubinius)
* Saving changes...
* Pulling in new commits...
git fetch
git rebase origin
Current branch master is up to date.
* Applying changes...
git stash apply
Cannot restore on top of a dirty state
rake aborted!
Command failed with status (1): [git stash apply...]

(See full trace by running task with --trace)
zsh: exit 1     rake git:update