summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1eb35b)
raw | patch | inline | side by side (parent: d1eb35b)
author | Stephan Beyer <s-beyer@gmx.net> | |
Sun, 8 Jun 2008 01:36:08 +0000 (03:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Jun 2008 20:46:38 +0000 (13:46 -0700) |
Also split the "-c or -C <commit>" item into two separate items.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | patch | blob | history |
index 40bf63ea632c90e10fb328c37c1d489aef8a0d5d..af527289431e71ac80a6f6cc1a2f55be65d3d3f5 100644 (file)
been modified and deleted, but new files you have not
told git about are not affected.
--c or -C <commit>::
- Take existing commit object, and reuse the log message
+-C <commit>|--reuse-message=<commit>::
+ Take an existing commit object, and reuse the log message
and the authorship information (including the timestamp)
- when creating the commit. With '-C', the editor is not
- invoked; with '-c' the user can further edit the commit
- message.
+ when creating the commit.
--F <file>::
+-c <commit>|--reedit-message=<commit>::
+ Like '-C', but with '-c' the editor is invoked, so that
+ the user can further edit the commit message.
+
+-F <file>|--file=<file>::
Take the commit message from the given file. Use '-' to
read the message from the standard input.
-s|--signoff::
Add Signed-off-by line at the end of the commit message.
---no-verify::
+-n|--no-verify::
This option bypasses the pre-commit and commit-msg hooks.
See also linkgit:githooks[5][hooks].
further edit the message taken from these sources.
--amend::
-
Used to amend the tip of the current branch. Prepare the tree
object you would want to replace the latest commit as usual
(this includes the usual -i/-o and explicit paths), and the