From: Brian Lyles Date: Sat, 16 Mar 2024 05:01:25 +0000 (-0500) Subject: docs: fix typo in git-config `--default` X-Git-Tag: v2.45.0-rc0~78^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86f9ce7dd618c2b0773d5ef284f1177194add56e;p=thirdparty%2Fgit.git docs: fix typo in git-config `--default` Signed-off-by: Brian Lyles Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 6876803253..a6e82b871b 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -286,7 +286,7 @@ Valid ``'s include: --default :: When using `--get`, and the requested variable is not found, behave as if - were the value assigned to the that variable. + were the value assigned to that variable. CONFIGURATION -------------