Code

Add gitmodules(5)
[git.git] / Documentation / git-revert.txt
index f471037b97ad72fc098859e60ccfeb75b559d3a3..69db4984473fae7928797bcfb13baf1f0e39d851 100644 (file)
@@ -3,7 +3,7 @@ git-revert(1)
 
 NAME
 ----
-git-revert - Revert an existing commit.
+git-revert - Revert an existing commit
 
 SYNOPSIS
 --------
@@ -19,8 +19,10 @@ OPTIONS
 -------
 <commit>::
        Commit to revert.
+       For a more complete list of ways to spell commit names, see
+       "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1].
 
---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 +31,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
@@ -54,4 +56,3 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 GIT
 ---
 Part of the gitlink:git[7] suite
-