Move "void *util" from "struct object" into "struct commit"
[git.git] / Documentation / git-commit.txt
index 2af472a..0fe66f2 100644 (file)
@@ -83,21 +83,22 @@ OPTIONS
        the current tip as parents -- so the current top commit is
        discarded.
 +
+--
 It is a rough equivalent for:
-+
-------------
+------
        $ git reset --soft HEAD^
        $ ... do something else to come up with the right tree ...
        $ git commit -c ORIG_HEAD
-------------
-+
+
+------
 but can be used to amend a merge commit.
+--
 
 -i|--include::
        Instead of committing only the files specified on the
        command line, update them in the index file and then
        commit the whole index.  This is the traditional
-       behaviour.
+       behavior.
 
 -o|--only::
        Commit only the files specified on the command line.
@@ -105,7 +106,7 @@ but can be used to amend a merge commit.
        index and the latest commit does not match on the
        specified paths to avoid confusion.
 
---::
+\--::
        Do not interpret any more arguments as options.
 
 <file>...::