Documentation: avoid poor-man's small caps GIT
[gitweb.git] / Documentation / CodingGuidelines
index 69f7e9b76c3f9b87b7951fb0df6a9720edadeb3e..423ea666f53182950426b4272551800be91f5595 100644 (file)
@@ -230,3 +230,8 @@ Writing Documentation:
    valid usage.  "*" has its own pair of brackets, because it can
    (optionally) be specified only when one or more of the letters is
    also provided.
+
+  A note on notation:
+   Use 'git' (all lowercase) when talking about commands i.e. something
+   the user would type into a shell and use 'Git' (uppercase first letter)
+   when talking about the version control system and its properties.