@@ -32,10 +32,16 @@ installed).
32
32
The user discussion and development of Git take place on the Git
33
33
mailing list -- everyone is welcome to post bug reports, feature
34
34
requests, comments and patches to
[email protected] (read
35
- [ Documentation/SubmittingPatches] [ ] for instructions on patch submission).
35
+ [ Documentation/SubmittingPatches] [ ] for instructions on patch submission
36
+ and [ Documentation/CodingGuidelines] [ ] ).
37
+
38
+ Those wishing to help with error message, usage and informational message
39
+ string translations (localization l10) should see [ po/README.md] [ ]
40
+ (a ` po ` file is a Portable Object file that holds the translations).
41
+
36
42
To subscribe to the list, send an email with just "subscribe git" in
37
- the body to
[email protected] . The mailing list
archives are
38
- available at < https://lore.kernel.org/git/ > ,
43
+ the body to
[email protected] (not the Git list
). The mailing
44
+ list archives are available at < https://lore.kernel.org/git/ > ,
39
45
< http://marc.info/?l=git > and other archival sites.
40
46
41
47
Issues which are security relevant should be disclosed privately to
@@ -64,3 +70,5 @@ and the name as (depending on your mood):
64
70
[ Documentation/giteveryday.txt ] : Documentation/giteveryday.txt
65
71
[ Documentation/gitcvs-migration.txt ] : Documentation/gitcvs-migration.txt
66
72
[ Documentation/SubmittingPatches ] : Documentation/SubmittingPatches
73
+ [ Documentation/CodingGuidelines ] : Documentation/CodingGuidelines
74
+ [ po/README.md ] : po/README.md
0 commit comments