X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=71f7815d65a38db70a5176a50989300b39684cda;hb=9086a18cb81f99fff943b36830396ac8c37c7e9f;hp=f471037b97ad72fc098859e60ccfeb75b559d3a3;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index f471037b..71f7815d 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -3,7 +3,7 @@ git-revert(1) NAME ---- -git-revert - Revert an existing commit. +git-revert - Revert an existing commit SYNOPSIS -------- @@ -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