]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/api-builtin.txt
Documentation: the name of the system is 'Git', not 'git'
[thirdparty/git.git] / Documentation / technical / api-builtin.txt
index b0cafe87bee046dc9b2d4e61e0d057e787a6f1f6..4a4228b896df1c06b565f330b6d7eb9d2cd9b10c 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.