On 2009.06.09 11:59:08 -0700, Scott Chacon wrote:
* breaks the various things that 'checkout' does into separate
commands - moves 'revert' to doing what 'checkout -- path' does
Looking through the "eg revert" docs [1], I can't seem to find how you can
do "checkout -- path" with it at all. "eg revert foo" seems to be "git
checkout HEAD -- foo". The "eg revert" looks really confusing to me.
"eg revert --unstaged --in HEAD~8". Hu? Revert unstaged changes in
HEAD~8? Am I missing something?
Björn
[1] http://www.gnome.org/~newren/eg/documentation/revert.html