git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/1] doc: fixed a typo in git-submodule.txt
@ 2020-01-06 14:50 thomas menzel via GitGitGadget
  2020-01-06 14:50 ` [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs elonderin via GitGitGadget
  0 siblings, 1 reply; 5+ messages in thread
From: thomas menzel via GitGitGadget @ 2020-01-06 14:50 UTC (permalink / raw)
  To: git; +Cc: thomas menzel, Junio C Hamano

fixed a typo in the doc of submodule

elonderin (1):
  doc: submodule: fix typo for command absorbgitdirs

 Documentation/git-submodule.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 8679ef24ed64018bb62170c43ce73e0261c0600a
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-688%2Felonderin%2Fpatch-1-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-688/elonderin/patch-1-v1
Pull-Request: https://github.com/git/git/pull/688
-- 
gitgitgadget

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

* [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs
  2020-01-06 14:50 [PATCH 0/1] doc: fixed a typo in git-submodule.txt thomas menzel via GitGitGadget
@ 2020-01-06 14:50 ` elonderin via GitGitGadget
  2020-01-06 17:13   ` Junio C Hamano
  2020-01-06 17:18   ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: elonderin via GitGitGadget @ 2020-01-06 14:50 UTC (permalink / raw)
  To: git; +Cc: thomas menzel, Junio C Hamano, elonderin

From: elonderin <8225602+elonderin@users.noreply.github.com>

The sentence wants to talk about the superproject's possesive, not plural form.

Signed-off-by: thomas menzel dev@tomsit.de
---
 Documentation/git-submodule.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 22425cbc76..5232407f68 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -248,7 +248,7 @@ registered submodules, and sync any nested submodules within.
 
 absorbgitdirs::
 	If a git directory of a submodule is inside the submodule,
-	move the git directory of the submodule into its superprojects
+	move the git directory of the submodule into its superproject's
 	`$GIT_DIR/modules` path and then connect the git directory and
 	its working directory by setting the `core.worktree` and adding
 	a .git file pointing to the git directory embedded in the
-- 
gitgitgadget

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

* Re: [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs
  2020-01-06 14:50 ` [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs elonderin via GitGitGadget
@ 2020-01-06 17:13   ` Junio C Hamano
  2020-01-06 17:18   ` Junio C Hamano
  1 sibling, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2020-01-06 17:13 UTC (permalink / raw)
  To: elonderin via GitGitGadget; +Cc: git, thomas menzel

"elonderin via GitGitGadget" <gitgitgadget@gmail.com> writes:

> From: elonderin <8225602+elonderin@users.noreply.github.com>
>
> The sentence wants to talk about the superproject's possesive, not plural form.
>
> Signed-off-by: thomas menzel dev@tomsit.de

The author of the patch must sign-off, so the above three lines
should look more like so:

	From: Thomas Menzel <dev@tomsit.de>

	The sentence wants to talk about the superproject's
	possesive, not plural form.

	From: Thomas Menzel <dev@tomsit.de>

The content of the patch obviously is correct.

Thanks.

> ---
>  Documentation/git-submodule.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
> index 22425cbc76..5232407f68 100644
> --- a/Documentation/git-submodule.txt
> +++ b/Documentation/git-submodule.txt
> @@ -248,7 +248,7 @@ registered submodules, and sync any nested submodules within.
>  
>  absorbgitdirs::
>  	If a git directory of a submodule is inside the submodule,
> -	move the git directory of the submodule into its superprojects
> +	move the git directory of the submodule into its superproject's
>  	`$GIT_DIR/modules` path and then connect the git directory and
>  	its working directory by setting the `core.worktree` and adding
>  	a .git file pointing to the git directory embedded in the

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

* Re: [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs
  2020-01-06 14:50 ` [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs elonderin via GitGitGadget
  2020-01-06 17:13   ` Junio C Hamano
@ 2020-01-06 17:18   ` Junio C Hamano
  2020-01-06 22:52     ` Johannes Schindelin
  1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2020-01-06 17:18 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, thomas menzel

When anybody tries to respond to the quoted message [*1*] that came
from GGG in the way recommended for the list, the
*.noreply.github.com address gets placed on the Cc:, which is
probably not wanted.

Can GGG do something about it?  As GitHub specific service, it is
not wrong for it to know what noreply.github.com means so dropping
such an address from its Cc: line shouldn't be too difficult.

Thanks.


Reference *1* 

<b032358ca97df3bd5605ff356196f82a1f16a320.1578322213.git.gitgitgadget@gmail.com>


"elonderin via GitGitGadget" <gitgitgadget@gmail.com> writes:

> From: elonderin <8225602+elonderin@users.noreply.github.com>
>
> The sentence wants to talk about the superproject's possesive, not plural form.
>
> Signed-off-by: thomas menzel dev@tomsit.de
> ---
>  Documentation/git-submodule.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
> index 22425cbc76..5232407f68 100644
> --- a/Documentation/git-submodule.txt
> +++ b/Documentation/git-submodule.txt
> @@ -248,7 +248,7 @@ registered submodules, and sync any nested submodules within.
>  
>  absorbgitdirs::
>  	If a git directory of a submodule is inside the submodule,
> -	move the git directory of the submodule into its superprojects
> +	move the git directory of the submodule into its superproject's
>  	`$GIT_DIR/modules` path and then connect the git directory and
>  	its working directory by setting the `core.worktree` and adding
>  	a .git file pointing to the git directory embedded in the

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

* Re: [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs
  2020-01-06 17:18   ` Junio C Hamano
@ 2020-01-06 22:52     ` Johannes Schindelin
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2020-01-06 22:52 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, thomas menzel

Hi Junio,

On Mon, 6 Jan 2020, Junio C Hamano wrote:

> When anybody tries to respond to the quoted message [*1*] that came
> from GGG in the way recommended for the list, the
> *.noreply.github.com address gets placed on the Cc:, which is
> probably not wanted.
>
> Can GGG do something about it?  As GitHub specific service, it is
> not wrong for it to know what noreply.github.com means so dropping
> such an address from its Cc: line shouldn't be too difficult.
>
> Thanks.
>
>
> Reference *1*
>
> <b032358ca97df3bd5605ff356196f82a1f16a320.1578322213.git.gitgitgadget@gmail.com>

Right. I added it to the bug tracker:
https://github.com/gitgitgadget/gitgitgadget/issues/182

Ciao,
Dscho

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

end of thread, other threads:[~2020-01-06 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 14:50 [PATCH 0/1] doc: fixed a typo in git-submodule.txt thomas menzel via GitGitGadget
2020-01-06 14:50 ` [PATCH 1/1] doc: submodule: fix typo for command absorbgitdirs elonderin via GitGitGadget
2020-01-06 17:13   ` Junio C Hamano
2020-01-06 17:18   ` Junio C Hamano
2020-01-06 22:52     ` Johannes Schindelin

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).