]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix typo in git-config `--default`
authorBrian Lyles <brianmlyles@gmail.com>
Sat, 16 Mar 2024 05:01:25 +0000 (00:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Mar 2024 16:52:11 +0000 (09:52 -0700)
Signed-off-by: Brian Lyles <brianmlyles@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt

index 6876803253c375eab48b9bfe2087f8a94a751ad8..a6e82b871b52f7a6c8eb282c8c126f00f1917f87 100644 (file)
@@ -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
 -------------