From fd0368f985c2d6179d76cdf3569b0798d42f9196 Mon Sep 17 00:00:00 2001 From: Jakub Narebski Date: Fri, 13 Jul 2007 01:54:07 +0200 Subject: [PATCH] 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 --- Documentation/git-clone.txt | 1 + Documentation/git-commit.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 2f39864b8e..a0a10e3e26 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 53a7bb0895..352a494cb4 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:: -- 2.11.4.GIT