All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] builtin/commit: add missing '/' in help message
@ 2011-12-21 14:56 Michael Schubert
  2011-12-21 19:16 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Schubert @ 2011-12-21 14:56 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Michael Schubert <mschub@elegosoft.com>
---
 builtin/commit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin/commit.c b/builtin/commit.c
index 626036a..be1ab2e 100644
--- a/builtin/commit.c
+++ b/builtin/commit.c
@@ -139,7 +139,7 @@ static struct option builtin_commit_options[] = {
 	OPT_STRING('C', "reuse-message", &use_message, "commit", "reuse message from specified commit"),
 	OPT_STRING(0, "fixup", &fixup_message, "commit", "use autosquash formatted message to fixup specified commit"),
 	OPT_STRING(0, "squash", &squash_message, "commit", "use autosquash formatted message to squash specified commit"),
-	OPT_BOOLEAN(0, "reset-author", &renew_authorship, "the commit is authored by me now (used with -C-c/--amend)"),
+	OPT_BOOLEAN(0, "reset-author", &renew_authorship, "the commit is authored by me now (used with -C/-c/--amend)"),
 	OPT_BOOLEAN('s', "signoff", &signoff, "add Signed-off-by:"),
 	OPT_FILENAME('t', "template", &template_file, "use specified template file"),
 	OPT_BOOL('e', "edit", &edit_flag, "force edit of commit"),
-- 
1.7.8.521.g64725

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] builtin/commit: add missing '/' in help message
  2011-12-21 14:56 [PATCH] builtin/commit: add missing '/' in help message Michael Schubert
@ 2011-12-21 19:16 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2011-12-21 19:16 UTC (permalink / raw)
  To: Michael Schubert; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-21 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-21 14:56 [PATCH] builtin/commit: add missing '/' in help message Michael Schubert
2011-12-21 19:16 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.