Skip to content

Commit 7dd0eaa

Browse files
committed
index-format doc: camelCase core.excludesFile
Signed-off-by: Junio C Hamano <[email protected]>
1 parent edaf10d commit 7dd0eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/technical/index-format.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@ Git index format
251251
- Stat data of $GIT_DIR/info/exclude. See "Index entry" section from
252252
ctime field until "file size".
253253

254-
- Stat data of core.excludesfile
254+
- Stat data of core.excludesFile
255255

256256
- 32-bit dir_flags (see struct dir_struct)
257257

258258
- Hash of $GIT_DIR/info/exclude. A null hash means the file
259259
does not exist.
260260

261-
- Hash of core.excludesfile. A null hash means the file does
261+
- Hash of core.excludesFile. A null hash means the file does
262262
not exist.
263263

264264
- NUL-terminated string of per-dir exclude file name. This usually

0 commit comments

Comments
 (0)