From 3f971fc425bca3d9e97b04e9db39e4d5e43921bc Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 14 Aug 2005 17:24:36 -0700 Subject: Documentation updates. Linus brought up that documentation for many commands have incorrect attribution. I started counting lines again, but ended up adding a handful of missing manual pages. Signed-off-by: Junio C Hamano --- Documentation/git-commit-script.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'Documentation/git-commit-script.txt') diff --git a/Documentation/git-commit-script.txt b/Documentation/git-commit-script.txt index bb559d70a5..cf6b5c3da2 100644 --- a/Documentation/git-commit-script.txt +++ b/Documentation/git-commit-script.txt @@ -8,7 +8,7 @@ git-commit-script - Record your changes SYNOPSIS -------- -'git commit' [-a] [(-c | -C) | -F | -m ] ... +'git commit' [-a] [-s] [-v] [(-c | -C) | -F | -m ] ... DESCRIPTION ----------- @@ -36,13 +36,26 @@ OPTIONS -m :: Use the given as the commit message. +-s:: + Add Signed-off-by line at the end of the commit message. + +-v:: + Look for suspicious lines the commit introduces, and + abort committing if there is one. The definition of + 'suspicious lines' is currently the lines that has + trailing whitespaces, and the lines whose indentation + has a SP character immediately followed by a TAB + character. + ...:: Update specified paths in the index file. Author ------ -Written by Linus Torvalds +Written by Linus Torvalds and +Junio C Hamano + GIT --- -- cgit v1.3