X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=0fe66f2d0c84003d285fed426181998063e86b96;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=0a7365b9a80ed0d134bccb3fbe4baacc59056423;hpb=9cda21defb0ad18f50b4dcea9f027f75a15131fd;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 0a7365b9..0fe66f2d 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -98,7 +98,7 @@ but can be used to amend a merge commit. 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. @@ -106,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. ...::