X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=e27c6808b3fd1fb82aefabcd7a925ccce78a8f2b;hb=ac44f3e7c05390531004d567481004c96d1b262c;hp=f471037b97ad72fc098859e60ccfeb75b559d3a3;hpb=8bf14d6ef9245f3b81d24cb7725a868f62343277;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index f471037b..e27c6808 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -20,7 +20,7 @@ OPTIONS :: Commit to revert. ---edit:: +-e|--edit:: With this option, `git-revert` will let you edit the commit message prior committing the revert. This is the default if you run the command from a terminal. @@ -29,7 +29,7 @@ OPTIONS With this option, `git-revert` will not start the commit message editor. --n:: +-n|--no-commit:: Usually the command automatically creates a commit with a commit log message stating which commit was reverted. This flag applies the change necessary to revert the