We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaf10d commit 7dd0eaaCopy full SHA for 7dd0eaa
Documentation/technical/index-format.txt
@@ -251,14 +251,14 @@ Git index format
251
- Stat data of $GIT_DIR/info/exclude. See "Index entry" section from
252
ctime field until "file size".
253
254
- - Stat data of core.excludesfile
+ - Stat data of core.excludesFile
255
256
- 32-bit dir_flags (see struct dir_struct)
257
258
- Hash of $GIT_DIR/info/exclude. A null hash means the file
259
does not exist.
260
261
- - Hash of core.excludesfile. A null hash means the file does
+ - Hash of core.excludesFile. A null hash means the file does
262
not exist.
263
264
- NUL-terminated string of per-dir exclude file name. This usually
0 commit comments