* [PATCH] doc: add discord to ways of getting help
@ 2025-08-19 19:02 Daniele Sassoli via GitGitGadget
2025-08-19 19:49 ` Junio C Hamano
2025-08-19 22:03 ` [PATCH v2] " Daniele Sassoli via GitGitGadget
0 siblings, 2 replies; 7+ messages in thread
From: Daniele Sassoli via GitGitGadget @ 2025-08-19 19:02 UTC (permalink / raw)
To: git; +Cc: Daniele Sassoli, Daniele Sassoli
From: Daniele Sassoli <danielesassoli@gmail.com>
Discord is a great way of receiving help for members of the community
that are not on the mailing list or not familiar with Libera.
Adding it to the official documentation will aid discoverability of it.
The joining link was generated with a never expire policy.
Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
---
doc: add discord to ways of getting help
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2033%2FDanieleSassoli%2Fmaster-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2033/DanieleSassoli/master-v1
Pull-Request: https://github.com/git/git/pull/2033
Documentation/MyFirstContribution.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index aca7212cfe2..0293a410289 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -52,6 +52,15 @@ respond to you. It's better to ask your questions in the channel so that you
can be answered if you disconnect and so that others can learn from the
conversation.
+==== https://discord.gg/dxGanGcBSP[#discord] on Discord
+This is the unofficial Git Discord server for everyone, from people just
+starting out with Git to those who develop it. It's a great place to ask
+questions, share tips, and connect with the broader Git community in real time.
+
+The server has channels for general discussions and specific channels for those
+who use Git and those who develop it. The server's search functionality also
+allows you to find previous conversations and answers to common questions.
+
[[getting-started]]
== Getting Started
base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0
--
gitgitgadget
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH] doc: add discord to ways of getting help
2025-08-19 19:02 [PATCH] doc: add discord to ways of getting help Daniele Sassoli via GitGitGadget
@ 2025-08-19 19:49 ` Junio C Hamano
2025-08-19 19:57 ` Collin Funk
2025-08-19 22:03 ` [PATCH v2] " Daniele Sassoli via GitGitGadget
1 sibling, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2025-08-19 19:49 UTC (permalink / raw)
To: Daniele Sassoli via GitGitGadget; +Cc: git, Daniele Sassoli
"Daniele Sassoli via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Daniele Sassoli <danielesassoli@gmail.com>
>
> Discord is a great way of receiving help for members of the community
> that are not on the mailing list or not familiar with Libera.
>
> Adding it to the official documentation will aid discoverability of it.
Good addition.
> The joining link was generated with a never expire policy.
Now we cannot take it back as the link is already in the list
archive, even if we wanted to retract it? Then there is no extra
harm done if I applied this patch to my tree and the documentation
update becomes part of a release in the future ;-)
> +==== https://discord.gg/dxGanGcBSP[#discord] on Discord
> +This is the unofficial Git Discord server for everyone, from people just
> +starting out with Git to those who develop it. It's a great place to ask
> +questions, share tips, and connect with the broader Git community in real time.
> +
> +The server has channels for general discussions and specific channels for those
> +who use Git and those who develop it. The server's search functionality also
> +allows you to find previous conversations and answers to common questions.
> +
"the unofficial" -> "an unofficial", perhaps, as by definition an
unofficial thing is not something the project _endorsed_ to be the
one and only one?
Thanks.
> [[getting-started]]
> == Getting Started
>
>
> base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] doc: add discord to ways of getting help
2025-08-19 19:49 ` Junio C Hamano
@ 2025-08-19 19:57 ` Collin Funk
0 siblings, 0 replies; 7+ messages in thread
From: Collin Funk @ 2025-08-19 19:57 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Daniele Sassoli via GitGitGadget, git, Daniele Sassoli
Junio C Hamano <gitster@pobox.com> writes:
>> The joining link was generated with a never expire policy.
>
> Now we cannot take it back as the link is already in the list
> archive, even if we wanted to retract it? Then there is no extra
> harm done if I applied this patch to my tree and the documentation
> update becomes part of a release in the future ;-)
It may be better to use the link already shared on
https://git-scm.com/community .
>> +==== https://discord.gg/dxGanGcBSP[#discord] on Discord
>> +This is the unofficial Git Discord server for everyone, from people just
>> +starting out with Git to those who develop it. It's a great place to ask
>> +questions, share tips, and connect with the broader Git community in real time.
>> +
>> +The server has channels for general discussions and specific channels for those
>> +who use Git and those who develop it. The server's search functionality also
>> +allows you to find previous conversations and answers to common questions.
>> +
>
> "the unofficial" -> "an unofficial", perhaps, as by definition an
> unofficial thing is not something the project _endorsed_ to be the
> one and only one?
+1 for that wording.
Collin
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v2] doc: add discord to ways of getting help
2025-08-19 19:02 [PATCH] doc: add discord to ways of getting help Daniele Sassoli via GitGitGadget
2025-08-19 19:49 ` Junio C Hamano
@ 2025-08-19 22:03 ` Daniele Sassoli via GitGitGadget
2025-08-19 23:00 ` Junio C Hamano
2025-08-20 8:36 ` [PATCH v3] " Daniele Sassoli via GitGitGadget
1 sibling, 2 replies; 7+ messages in thread
From: Daniele Sassoli via GitGitGadget @ 2025-08-19 22:03 UTC (permalink / raw)
To: git; +Cc: Daniele Sassoli, Daniele Sassoli
From: Daniele Sassoli <danielesassoli@gmail.com>
Discord is a great way of receiving help for members of the community
that are not on the mailing list or not familiar with Libera.
Adding it to the official documentation will aid discoverability of it.
The link is the same as the one at https://git-scm.com/community.
Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
---
doc: add discord to ways of getting help
cc: Collin Funk collin.funk1@gmail.com
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2033%2FDanieleSassoli%2Fmaster-v2
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2033/DanieleSassoli/master-v2
Pull-Request: https://github.com/git/git/pull/2033
Range-diff vs v1:
1: 922c291fc5b ! 1: ed4fef87be7 doc: add discord to ways of getting help
@@ Commit message
Adding it to the official documentation will aid discoverability of it.
- The joining link was generated with a never expire policy.
+ The link is the same as the one at https://git-scm.com/community.
Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
@@ Documentation/MyFirstContribution.adoc: respond to you. It's better to ask your
conversation.
+==== https://discord.gg/dxGanGcBSP[#discord] on Discord
-+This is the unofficial Git Discord server for everyone, from people just
++This is an unofficial Git Discord server for everyone, from people just
+starting out with Git to those who develop it. It's a great place to ask
+questions, share tips, and connect with the broader Git community in real time.
+
Documentation/MyFirstContribution.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index aca7212cfe2..35f18ab9f7e 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -52,6 +52,15 @@ respond to you. It's better to ask your questions in the channel so that you
can be answered if you disconnect and so that others can learn from the
conversation.
+==== https://discord.gg/dxGanGcBSP[#discord] on Discord
+This is an unofficial Git Discord server for everyone, from people just
+starting out with Git to those who develop it. It's a great place to ask
+questions, share tips, and connect with the broader Git community in real time.
+
+The server has channels for general discussions and specific channels for those
+who use Git and those who develop it. The server's search functionality also
+allows you to find previous conversations and answers to common questions.
+
[[getting-started]]
== Getting Started
base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0
--
gitgitgadget
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH v2] doc: add discord to ways of getting help
2025-08-19 22:03 ` [PATCH v2] " Daniele Sassoli via GitGitGadget
@ 2025-08-19 23:00 ` Junio C Hamano
2025-08-20 8:36 ` [PATCH v3] " Daniele Sassoli via GitGitGadget
1 sibling, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2025-08-19 23:00 UTC (permalink / raw)
To: Daniele Sassoli via GitGitGadget; +Cc: git, Daniele Sassoli
"Daniele Sassoli via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Daniele Sassoli <danielesassoli@gmail.com>
>
> Discord is a great way of receiving help for members of the community
> that are not on the mailing list or not familiar with Libera.
>
> Adding it to the official documentation will aid discoverability of it.
>
> The link is the same as the one at https://git-scm.com/community.
>
> Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
> ---
>
> +==== https://discord.gg/dxGanGcBSP[#discord] on Discord
> -+This is the unofficial Git Discord server for everyone, from people just
> ++This is an unofficial Git Discord server for everyone, from people just
Forgot to commit the update of the link? Shall I amend it to point
at
https://discord.gg/GRFVkzgxRd
locally?
> +starting out with Git to those who develop it. It's a great place to ask
> +questions, share tips, and connect with the broader Git community in real time.
> +
>
>
> Documentation/MyFirstContribution.adoc | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
> index aca7212cfe2..35f18ab9f7e 100644
> --- a/Documentation/MyFirstContribution.adoc
> +++ b/Documentation/MyFirstContribution.adoc
> @@ -52,6 +52,15 @@ respond to you. It's better to ask your questions in the channel so that you
> can be answered if you disconnect and so that others can learn from the
> conversation.
>
> +==== https://discord.gg/dxGanGcBSP[#discord] on Discord
> +This is an unofficial Git Discord server for everyone, from people just
> +starting out with Git to those who develop it. It's a great place to ask
> +questions, share tips, and connect with the broader Git community in real time.
> +
> +The server has channels for general discussions and specific channels for those
> +who use Git and those who develop it. The server's search functionality also
> +allows you to find previous conversations and answers to common questions.
> +
> [[getting-started]]
> == Getting Started
>
>
> base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v3] doc: add discord to ways of getting help
2025-08-19 22:03 ` [PATCH v2] " Daniele Sassoli via GitGitGadget
2025-08-19 23:00 ` Junio C Hamano
@ 2025-08-20 8:36 ` Daniele Sassoli via GitGitGadget
2025-08-20 17:00 ` Junio C Hamano
1 sibling, 1 reply; 7+ messages in thread
From: Daniele Sassoli via GitGitGadget @ 2025-08-20 8:36 UTC (permalink / raw)
To: git; +Cc: Daniele Sassoli, Daniele Sassoli
From: Daniele Sassoli <danielesassoli@gmail.com>
Discord is a great way of receiving help for members of the community
that are not on the mailing list or not familiar with Libera.
Adding it to the official documentation will aid discoverability of it.
The link is the same as the one at https://git-scm.com/community.
Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
---
doc: add discord to ways of getting help
cc: Collin Funk collin.funk1@gmail.com
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2033%2FDanieleSassoli%2Fmaster-v3
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2033/DanieleSassoli/master-v3
Pull-Request: https://github.com/git/git/pull/2033
Range-diff vs v2:
1: ed4fef87be7 ! 1: 499a5b0c48d doc: add discord to ways of getting help
@@ Documentation/MyFirstContribution.adoc: respond to you. It's better to ask your
can be answered if you disconnect and so that others can learn from the
conversation.
-+==== https://discord.gg/dxGanGcBSP[#discord] on Discord
++==== https://discord.gg/GRFVkzgxRd[#discord] on Discord
+This is an unofficial Git Discord server for everyone, from people just
+starting out with Git to those who develop it. It's a great place to ask
+questions, share tips, and connect with the broader Git community in real time.
Documentation/MyFirstContribution.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc
index aca7212cfe2..d786176bba2 100644
--- a/Documentation/MyFirstContribution.adoc
+++ b/Documentation/MyFirstContribution.adoc
@@ -52,6 +52,15 @@ respond to you. It's better to ask your questions in the channel so that you
can be answered if you disconnect and so that others can learn from the
conversation.
+==== https://discord.gg/GRFVkzgxRd[#discord] on Discord
+This is an unofficial Git Discord server for everyone, from people just
+starting out with Git to those who develop it. It's a great place to ask
+questions, share tips, and connect with the broader Git community in real time.
+
+The server has channels for general discussions and specific channels for those
+who use Git and those who develop it. The server's search functionality also
+allows you to find previous conversations and answers to common questions.
+
[[getting-started]]
== Getting Started
base-commit: c44beea485f0f2feaf460e2ac87fdd5608d63cf0
--
gitgitgadget
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH v3] doc: add discord to ways of getting help
2025-08-20 8:36 ` [PATCH v3] " Daniele Sassoli via GitGitGadget
@ 2025-08-20 17:00 ` Junio C Hamano
0 siblings, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2025-08-20 17:00 UTC (permalink / raw)
To: Daniele Sassoli via GitGitGadget; +Cc: git, Daniele Sassoli
"Daniele Sassoli via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Daniele Sassoli <danielesassoli@gmail.com>
>
> Discord is a great way of receiving help for members of the community
> that are not on the mailing list or not familiar with Libera.
>
> Adding it to the official documentation will aid discoverability of it.
>
> The link is the same as the one at https://git-scm.com/community.
>
> Signed-off-by: Daniele Sassoli <danielesassoli@gmail.com>
> ---
> doc: add discord to ways of getting help
>
> cc: Collin Funk collin.funk1@gmail.com
This matches the result of my local fixup (you could have just said
YesPlease when I said that I'll locally fix-up). Will replace.
Thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-08-20 17:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 19:02 [PATCH] doc: add discord to ways of getting help Daniele Sassoli via GitGitGadget
2025-08-19 19:49 ` Junio C Hamano
2025-08-19 19:57 ` Collin Funk
2025-08-19 22:03 ` [PATCH v2] " Daniele Sassoli via GitGitGadget
2025-08-19 23:00 ` Junio C Hamano
2025-08-20 8:36 ` [PATCH v3] " Daniele Sassoli via GitGitGadget
2025-08-20 17:00 ` 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).