Hello, I am using : git version 1.7.0.3, in Mac OS X. A slightly strange behavior occurs with "git am --abort". Here is the sequence: > git am 000* error: ... : patch doesn not apply (oops, forgot to reset) > git reset --hard HEAD~1 > git am 000* previous rebase directory ... still exists but mbox given. (oops, forgot to abort) > git am --abort At this point, my repository is back to ORIG_HEAD! Meaning that it reverted my preivous "git reset --hard HEAD~1". Hope this is clear. As usual, thanks for the great product. -- aghiles -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html