]> git.ipfire.org Git - thirdparty/git.git/commitdiff
index-format doc: camelCase core.excludesFile
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2021 20:26:41 +0000 (12:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2021 23:21:25 +0000 (15:21 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/index-format.txt

index 69edf46c031683a7288ec5efd3aaf499fb8bda55..8af608055f92e213fbcfe9abe03814f1b51b10ab 100644 (file)
@@ -251,14 +251,14 @@ Git index format
   - Stat data of $GIT_DIR/info/exclude. See "Index entry" section from
     ctime field until "file size".
 
-  - Stat data of core.excludesfile
+  - Stat data of core.excludesFile
 
   - 32-bit dir_flags (see struct dir_struct)
 
   - Hash of $GIT_DIR/info/exclude. A null hash means the file
     does not exist.
 
-  - Hash of core.excludesfile. A null hash means the file does
+  - Hash of core.excludesFile. A null hash means the file does
     not exist.
 
   - NUL-terminated string of per-dir exclude file name. This usually