summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-24 20:26:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-24 23:21:25 (GMT)
commit7dd0eaa39c4c9d4d3fa60e4abee8ce379ab2cf9b (patch)
tree3473c48a83123dff0a2db0c5c4b8eedced33dfac /Documentation
parentedaf10dd2613ae7fd4f366a10cc47ac78f3cc9e7 (diff)
downloadgit-7dd0eaa39c4c9d4d3fa60e4abee8ce379ab2cf9b.zip
git-7dd0eaa39c4c9d4d3fa60e4abee8ce379ab2cf9b.tar.gz
git-7dd0eaa39c4c9d4d3fa60e4abee8ce379ab2cf9b.tar.bz2
index-format doc: camelCase core.excludesFile
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/index-format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/index-format.txt b/Documentation/technical/index-format.txt
index 69edf46..8af6080 100644
--- a/Documentation/technical/index-format.txt
+++ b/Documentation/technical/index-format.txt
@@ -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