Skip to content

Commit

Permalink
Document long options '--message=<msg>' and '--no-commit'
Browse files Browse the repository at this point in the history
Document that '--message=<msg>' is long version of '-m <msg>' in
git-commit, and that '--no-checkout' is long version of '-n' in
git-clone.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Jul 13, 2007
1 parent dbddb71 commit fd0368f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OPTIONS
Override the author name used in the commit. Use
`A U Thor <author@example.com>` format.

-m <msg>::
-m <msg>|--message=<msg>::
Use the given <msg> as the commit message.

-s|--signoff::
Expand Down

0 comments on commit fd0368f

Please sign in to comment.