summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-26 00:43:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-26 00:43:32 (GMT)
commit09e72204f87db7226af97b12beff6774946af71b (patch)
tree6b88983f70e1933a25b483802031bb405d822a1e /Documentation/technical
parent1c8f5dfa422015e3a5a3cebb06d00ba389bd4d33 (diff)
parent7dd0eaa39c4c9d4d3fa60e4abee8ce379ab2cf9b (diff)
downloadgit-09e72204f87db7226af97b12beff6774946af71b.zip
git-09e72204f87db7226af97b12beff6774946af71b.tar.gz
git-09e72204f87db7226af97b12beff6774946af71b.tar.bz2
Merge branch 'dl/doc-config-camelcase'
A handful of multi-word configuration variable names in documentation that are spelled in all lowercase have been corrected to use the more canonical camelCase. * dl/doc-config-camelcase: index-format doc: camelCase core.excludesFile blame-options.txt: camelcase blame.blankBoundary i18n.txt: camel case and monospace "i18n.commitEncoding"
Diffstat (limited to 'Documentation/technical')
-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 b633482..d363a71 100644
--- a/Documentation/technical/index-format.txt
+++ b/Documentation/technical/index-format.txt
@@ -273,14 +273,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