]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-rev-list.txt
Documentation: the name of the system is 'Git', not 'git'
[thirdparty/git.git] / Documentation / git-rev-list.txt
index 38fafcaa6b4173ad7f900c71efaa8ea25470072f..65ac27e0c9f1f7c8a0313314574831a546bb3862 100644 (file)
@@ -99,7 +99,7 @@ between the two operands.  The following two commands are equivalent:
        $ git rev-list A...B
 -----------------------------------------------------------------------
 
-'rev-list' is a very essential git command, since it
+'rev-list' is a very essential Git command, since it
 provides the ability to build and traverse commit ancestry graphs. For
 this reason, it has a lot of different options that enables it to be
 used by commands as different as 'git bisect' and