git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] doc/config: grammar fixes for core.{editor,commentChar}
@ 2017-03-23 17:32 Kyle Meyer
  2017-03-23 19:02 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2017-03-23 17:32 UTC (permalink / raw)
  To: git; +Cc: Kyle Meyer

Signed-off-by: Kyle Meyer <kyle@kyleam.com>
---
 Documentation/config.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0d8df5a9f..1df196545 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
 default hooks.
 
 core.editor::
-	Commands such as `commit` and `tag` that lets you edit
-	messages by launching an editor uses the value of this
+	Commands such as `commit` and `tag` that let you edit
+	messages by launching an editor use the value of this
 	variable when it is set, and the environment variable
 	`GIT_EDITOR` is not set.  See linkgit:git-var[1].
 
 core.commentChar::
-	Commands such as `commit` and `tag` that lets you edit
+	Commands such as `commit` and `tag` that let you edit
 	messages consider a line that begins with this character
 	commented, and removes them after the editor returns
 	(default '#').
-- 
2.12.1


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

* Re: [PATCH] doc/config: grammar fixes for core.{editor,commentChar}
  2017-03-23 17:32 [PATCH] doc/config: grammar fixes for core.{editor,commentChar} Kyle Meyer
@ 2017-03-23 19:02 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2017-03-23 19:02 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: git

Kyle Meyer <kyle@kyleam.com> writes:

> Signed-off-by: Kyle Meyer <kyle@kyleam.com>
> ---

Thanks.

>  Documentation/config.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/config.txt b/Documentation/config.txt
> index 0d8df5a9f..1df196545 100644
> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -737,13 +737,13 @@ alternative to having an `init.templateDir` where you've changed
>  default hooks.
>  
>  core.editor::
> -	Commands such as `commit` and `tag` that lets you edit
> -	messages by launching an editor uses the value of this
> +	Commands such as `commit` and `tag` that let you edit
> +	messages by launching an editor use the value of this
>  	variable when it is set, and the environment variable
>  	`GIT_EDITOR` is not set.  See linkgit:git-var[1].
>  
>  core.commentChar::
> -	Commands such as `commit` and `tag` that lets you edit
> +	Commands such as `commit` and `tag` that let you edit
>  	messages consider a line that begins with this character
>  	commented, and removes them after the editor returns
>  	(default '#').

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

end of thread, other threads:[~2017-03-23 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 17:32 [PATCH] doc/config: grammar fixes for core.{editor,commentChar} Kyle Meyer
2017-03-23 19:02 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).