From e34185f190aa82e00ed6396c7164ca01fe5ef929 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 23 Mar 2024 16:07:18 -0700 Subject: [PATCH] Consistent whitespace --- manual/src/git.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/src/git.md b/manual/src/git.md index cca63e1f4c..c8c4009b7e 100644 --- a/manual/src/git.md +++ b/manual/src/git.md @@ -81,7 +81,7 @@ following to your `~/.gitconfig`. ```ini [diff] - external = difft + external = difft ``` This only applies to `git diff`. For other git commands, you still @@ -92,4 +92,3 @@ $ git diff $ git show HEAD --ext-diff $ git log -p --ext-diff ``` -