aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-13 18:46:16 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-13 18:46:16 -0700
commit18accb88e21dac7d87bd101c4456857610dafa5d (patch)
tree64d659bdf82a2a762c5bb73319b97096c3ac32b6
parentMerge branch 'ds/doc-config-reflow' into HEAD (diff)
parentSubmittingPatches: advertise git-manpages-l10n project a bit (diff)
downloadgit-18accb88e21dac7d87bd101c4456857610dafa5d.tar.xz
git-18accb88e21dac7d87bd101c4456857610dafa5d.zip
Merge branch 'jc/doc-manpages-l10n' into HEAD
The SubmittingPatches document now refers folks to manpages translation project. Comments? * jc/doc-manpages-l10n: SubmittingPatches: advertise git-manpages-l10n project a bit
-rw-r--r--Documentation/SubmittingPatches7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 20f4311e54d..7cc8b15f85e 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -630,6 +630,13 @@ repositories.
Patches to these parts should be based on their trees.
+- The "Git documentation translations" project, led by Jean-Noël
+ Avila, translates our documentation pages. Their work products are
+ maintained separately from this project, not as part of our tree:
+
+ https://github.com/jnavila/git-manpages-l10n/
+
+
== GitHub CI[[GHCI]]
With an account at GitHub, you can use GitHub CI to test your changes