summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:05 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-28 11:17:05 -0700
commit64a74246942199579b00cfe53e7776eb86743665 (patch)
tree88870a22ba4d917783f3dc32f0e98dd16919abb7
parentb9cfe4845cb2562584837bc0101c0ab76490a239 (diff)
parent558a5b8cd0f855a0f1bcf112a3c9339775ce7ac1 (diff)
Merge branch 'jc/doc-manpages-l10n'
The SubmittingPatches document now refers folks to manpages translation project. * 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 20f4311e54..7cc8b15f85 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