Merge branch 'sp/clip-read-write-to-8mb'
[gitweb.git] / Documentation / CodingGuidelines
index 7e4d5716a62bf59e8f072163ebac3064dad323ae..e5ca3b75d3778308ee1b7b20e3a86475244f7b96 100644 (file)
@@ -237,8 +237,18 @@ For Python scripts:
 
 Writing Documentation:
 
- Most (if not all) of the documentation pages are written in AsciiDoc
- and processed into HTML output and manpages.
+ Most (if not all) of the documentation pages are written in the
+ AsciiDoc format in *.txt files (e.g. Documentation/git.txt), and
+ processed into HTML and manpages (e.g. git.html and git.1 in the
+ same directory).
+
+ The documentation liberally mixes US and UK English (en_US/UK)
+ norms for spelling and grammar, which is somewhat unfortunate.
+ In an ideal world, it would have been better if it consistently
+ used only one and not the other, and we would have picked en_US
+ (if you wish to correct the English of some of the existing
+ documentation, please see the documentation-related advice in the
+ Documentation/SubmittingPatches file).
 
  Every user-visible change should be reflected in the documentation.
  The same general rule as for code applies -- imitate the existing