From 716b2b7b49e0b45d7a570f4cec2b6dd354fcf899 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 6 Jun 2022 17:27:49 +0100 Subject: [PATCH] Remove commented out git config directives --- gitconfig | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gitconfig b/gitconfig index 33f66f8..b750294 100644 --- a/gitconfig +++ b/gitconfig @@ -16,14 +16,6 @@ # Detect whitespace errors when applying a patch whitespace = fix -#[color "diff-highlight"] - - # Colours for `diff-so-fancy` - #oldNormal = "red bold" - #oldHighlight = "red bold 52" - #newNormal = "green bold" - #newHighlight = "green bold 22" - [filter "lfs"] # git-lfs stuff @@ -41,12 +33,6 @@ # Automatically correct typos in commands autoCorrect = prompt -#[pager] - - # Make diff-so-fancy apply all the time - #diff = "diff-so-fancy | less --tabs=4 -RFX" - #show = "diff-so-fancy | less --tabs=4 -RFX" - [core] pager = delta