Nikolaj Schumacher <n_schumacher@xxxxxx> writes: > The current implementation of git-amend-file is a little dangerous. > While git --amend is atomic, git-amend-file is not. > > If the user calls it, but doesn't go through with the commit (due to > error or choice), git --reset HEAD^ has been called anyway. That's a feature, even if it's a little dangerous. You have to reset HEAD to be able to properly do diffs, refreshes, etc. Maybe there should be an easier way to redo the commit if you change your mind, but the command would be much less useful without the reset. -- Alexandre Julliard julliard@xxxxxxxxxx -- 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