summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbddb71)
raw | patch | inline | side by side (parent: dbddb71)
author | Jakub Narebski <jnareb@gmail.com> | |
Thu, 12 Jul 2007 23:54:07 +0000 (01:54 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 Jul 2007 03:22:06 +0000 (20:22 -0700) |
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>
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>
Documentation/git-clone.txt | patch | blob | history | |
Documentation/git-commit.txt | patch | blob | history |
index 2f39864b8e0637f94ccd6104c7651de110a5fe4f..a0a10e3e26830d59cbb6eaddaab60a83fa601aa9 100644 (file)
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.
index 53a7bb0895036e4d66086b8c656e74588c82c38c..352a494cb4be3ad1e155c0b4d8a0c584747ab865 100644 (file)
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::