diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:04 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:04:21 -0700 |
| commit | 82e81edf718302c20c37b17a69a768bc36837a72 (patch) | |
| tree | 25b435f8d86d2a9fd5c9bb2fedb32485abd2b536 | |
| parent | cf6cac20059123d6ec3f867bb3692df62db52cf9 (diff) | |
| download | git-82e81edf718302c20c37b17a69a768bc36837a72.tar.gz | |
documentation: fix small error
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/config/fsck.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/fsck.txt b/Documentation/config/fsck.txt index fec3eefb5b..9b16757553 100644 --- a/Documentation/config/fsck.txt +++ b/Documentation/config/fsck.txt @@ -11,7 +11,7 @@ to clone or fetch it set `fetch.fsck.<msg-id>`. + The rest of the documentation discusses `fsck.*` for brevity, but the same applies for the corresponding `receive.fsck.*` and -`fetch.<msg-id>.*`. variables. +`fetch.fsck.*`. variables. + Unlike variables like `color.ui` and `core.editor` the `receive.fsck.<msg-id>` and `fetch.fsck.<msg-id>` variables will not |
