Merge branch 'nd/clone-local-with-colon'
[gitweb.git] / Documentation / CodingGuidelines
index b1bfff630fc0ec22d68757ebab84e76ee5abbc2c..559d5f9ebf6fefe57b403327ed3e06942d0b822b 100644 (file)
@@ -237,6 +237,11 @@ For Python scripts:
 
 Writing Documentation:
 
+ 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).
+
  Every user-visible change should be reflected in the documentation.
  The same general rule as for code applies -- imitate the existing
  conventions.  A few commented examples follow to provide reference