X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=b5d81be7ecd60daa1a1d476441ca58e6b732d9ef;hb=8c5514906a532f154aa0db1199f46bbdeeffb0ad;hp=a1ce9a8bf76bafa1bb82d1d9a7d5eeb50d575ef6;hpb=ef3b38b445c183b2a07a6360de62908d312ade0f;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index a1ce9a8bf..b5d81be7e 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -95,7 +95,7 @@ OPTIONS -s:: --signoff:: - Add Signed-off-by line by the commiter at the end of the commit + Add Signed-off-by line by the committer at the end of the commit log message. -n:: @@ -166,7 +166,7 @@ FROM UPSTREAM REBASE" section in linkgit:git-rebase[1].) 'git-commit' if any paths are given on the command line, in which case this option can be omitted. If this option is specified together with '--amend', then - no paths need be specified, which can be used to amend + no paths need to be specified, which can be used to amend the last commit without committing changes that have already been staged.