X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-commit.txt;h=5cce3a379167845a7c47e37d42e6b43ca399fa6c;hb=713697b34f1a1f716df97e331fd82782338c2083;hp=01bd2d6b77da49b759e1887cf98b8c5b3bf98c38;hpb=585ad90c804a501415f03926c1ef67a34cb37cda;p=git.git diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 01bd2d6b7..5cce3a379 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -92,7 +92,8 @@ OPTIONS -s:: --signoff:: - Add Signed-off-by line at the end of the commit message. + Add Signed-off-by line by the committer at the end of the commit + log message. -n:: --no-verify:: @@ -158,7 +159,7 @@ but can be used to amend a merge commit. '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. @@ -331,7 +332,7 @@ linkgit:git-commit-tree[1] Author ------ Written by Linus Torvalds and -Junio C Hamano +Junio C Hamano GIT