git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/git-commit: Typo under --edit
@ 2013-05-02 18:24 Anders Granskogen Bjørnstad
  2013-05-02 19:46 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Granskogen Bjørnstad @ 2013-05-02 18:24 UTC (permalink / raw)
  To: git; +Cc: gitster, Anders Granskogen Bjørnstad

-C takes a commit object, not a file.

Signed-off-by: Anders Granskogen Bjørnstad <andersgb@gmail.com>
---
 Documentation/git-commit.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 9b1be55..8172938 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
 -e::
 --edit::
 	The message taken from file with `-F`, command line with
-	`-m`, and from file with `-C` are usually used as the
-	commit log message unmodified.  This option lets you
+	`-m`, and from commit object with `-C` are usually used as
+	the commit log message unmodified. This option lets you
 	further edit the message taken from these sources.
 
 --no-edit::
-- 
1.7.9.5

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

* Re: [PATCH] Documentation/git-commit: Typo under --edit
  2013-05-02 18:24 [PATCH] Documentation/git-commit: Typo under --edit Anders Granskogen Bjørnstad
@ 2013-05-02 19:46 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-05-02 19:46 UTC (permalink / raw)
  To: Anders Granskogen Bjørnstad; +Cc: git

Anders Granskogen Bjørnstad  <andersgb@gmail.com> writes:

> -C takes a commit object, not a file.
>
> Signed-off-by: Anders Granskogen Bjørnstad <andersgb@gmail.com>
> ---
>  Documentation/git-commit.txt |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
> index 9b1be55..8172938 100644
> --- a/Documentation/git-commit.txt
> +++ b/Documentation/git-commit.txt
> @@ -197,8 +197,8 @@ variable (see linkgit:git-config[1]).
>  -e::
>  --edit::
>  	The message taken from file with `-F`, command line with
> -	`-m`, and from file with `-C` are usually used as the
> -	commit log message unmodified.  This option lets you
> +	`-m`, and from commit object with `-C` are usually used as
> +	the commit log message unmodified. This option lets you
>  	further edit the message taken from these sources.
>  
>  --no-edit::

Obviously correct; thanks.  Will apply to 'maint'.

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

end of thread, other threads:[~2013-05-02 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 18:24 [PATCH] Documentation/git-commit: Typo under --edit Anders Granskogen Bjørnstad
2013-05-02 19:46 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).