summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ef6a1f)
raw | patch | inline | side by side (parent: 3ef6a1f)
author | Dan McGee <dpmcgee@gmail.com> | |
Sun, 27 Apr 2008 00:43:20 +0000 (19:43 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Apr 2008 04:46:51 +0000 (21:46 -0700) |
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | patch | blob | history |
diff --git a/builtin-commit.c b/builtin-commit.c
index a228a43f750f9e7ede8027db918b44f60fbff842..a2da314ac6953475b4905222012e1667b0e2d2c5 100644 (file)
--- a/builtin-commit.c
+++ b/builtin-commit.c
OPT_CALLBACK('m', "message", &message, "MESSAGE", "specify commit message", opt_parse_m),
OPT_STRING('c', "reedit-message", &edit_message, "COMMIT", "reuse and edit message from specified commit "),
OPT_STRING('C', "reuse-message", &use_message, "COMMIT", "reuse message from specified commit"),
- OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by: header"),
+ OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by:"),
OPT_STRING('t', "template", &template_file, "FILE", "use specified template file"),
OPT_BOOLEAN('e', "edit", &edit_flag, "force edit of commit"),