Merge branch 'mm/color-auto-default'
[gitweb.git] / Documentation / technical / api-builtin.txt
index 790bb28af75be6810a1eee8edee878894f445512..f3c1357b7cc037681b5d0f28974b199e326f8c2d 100644 (file)
@@ -5,7 +5,7 @@ Adding a new built-in
 ---------------------
 
 There are 4 things to do to add a built-in command implementation to
-git:
+Git:
 
 . Define the implementation of the built-in command `foo` with
   signature:
@@ -23,7 +23,7 @@ where options is the bitwise-or of:
 
 `RUN_SETUP`::
 
-       Make sure there is a git directory to work on, and if there is a
+       Make sure there is a Git directory to work on, and if there is a
        work tree, chdir to the top of it if the command was invoked
        in a subdirectory.  If there is no work tree, no chdir() is
        done.