aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-config.txt
diff options
context:
space:
mode:
authorBrian Lyles <brianmlyles@gmail.com>2024-03-16 00:01:25 -0500
committerJunio C Hamano <gitster@pobox.com>2024-03-16 09:52:11 -0700
commit86f9ce7dd618c2b0773d5ef284f1177194add56e (patch)
treee86c3ed292004ade37594417cd89fcfc3ca75e2c /Documentation/git-config.txt
parent7823a5120356ed655febe7c0378669baa0da1d4e (diff)
downloadgit-86f9ce7dd618c2b0773d5ef284f1177194add56e.tar.gz
docs: fix typo in git-config `--default`
Signed-off-by: Brian Lyles <brianmlyles@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r--Documentation/git-config.txt2
1 files changed, 1 insertions, 1 deletions
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 `<type>`'s include:
--default <value>::
When using `--get`, and the requested variable is not found, behave as if
- <value> were the value assigned to the that variable.
+ <value> were the value assigned to that variable.
CONFIGURATION
-------------