Message ID | 20240316050149.1182867-2-brianmlyles@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 86f9ce7dd618c2b0773d5ef284f1177194add56e |
Headers | show |
Series | [1/2] docs: clarify file options in git-config `--edit` | expand |
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 -------------
Signed-off-by: Brian Lyles <brianmlyles@gmail.com> --- Documentation/git-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)