From: Jakub Narebski Date: Thu, 12 Jul 2007 23:54:07 +0000 (+0200) Subject: Document long options '--message=' and '--no-commit' X-Git-Tag: v1.5.3-rc2~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd0368f985c2d6179d76cdf3569b0798d42f9196;p=git.git Document long options '--message=' and '--no-commit' Document that '--message=' is long version of '-m ' in git-commit, and that '--no-checkout' is long version of '-n' in git-clone. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 2f39864b8..a0a10e3e2 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -64,6 +64,7 @@ OPTIONS Operate quietly. This flag is passed to "rsync" and "git-fetch-pack" commands when given. +--no-checkout:: -n:: No checkout of HEAD is performed after the clone is complete. diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 53a7bb089..352a494cb 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -71,7 +71,7 @@ OPTIONS Override the author name used in the commit. Use `A U Thor ` format. --m :: +-m |--message=:: Use the given as the commit message. -s|--signoff::