diff options
author | Tshepang Mbambo | 2023-12-01 05:07:31 +0000 |
---|---|---|
committer | GitHub | 2023-12-01 05:07:31 +0000 |
commit | 86023cf1e6c9ab12446061e40c838335c5790979 (patch) | |
tree | e564203442d22ae3e2693ea52739bc4f54b51678 /book/src | |
parent | 0c81ef73e17a3d45cd6240fd5933ad99b3a60d01 (diff) |
use canonical name (#8960)
I do not find anywhere where the option omits the 's'
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index f067038a..f70ce547 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -172,7 +172,7 @@ All git related options are only enabled in a git repository. |`parents` | Enables reading ignore files from parent directories | `true` |`ignore` | Enables reading `.ignore` files | `true` |`git-ignore` | Enables reading `.gitignore` files | `true` -|`git-global` | Enables reading global `.gitignore`, whose path is specified in git's config: `core.excludefile` option | `true` +|`git-global` | Enables reading global `.gitignore`, whose path is specified in git's config: `core.excludesfile` option | `true` |`git-exclude` | Enables reading `.git/info/exclude` files | `true` |`max-depth` | Set with an integer value for maximum depth to recurse | Defaults to `None`. |