From eca6fb7faab72bbed51d0765f050635843c55405 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 8 May 2023 23:32:19 +0100 Subject: [PATCH] Update Git configuration file to version 4.0.0.6. --- desktop/git/.gitconfig | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/desktop/git/.gitconfig b/desktop/git/.gitconfig index c2e60f1..3cd2ab1 100644 --- a/desktop/git/.gitconfig +++ b/desktop/git/.gitconfig @@ -4,9 +4,35 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 3.0.0.3 +# Version: 4.0.0.6 +# Global +[diff] + algorithm = histogram + +# Codeberg +[includeIf "gitdir:/git/codeberg/key/"] + path = ~/.gitconfig-inf + +# GitHub +[includeIf "gitdir:/git/github/accrescent.app/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/awecron/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/grapheneos-website/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/isoalloc/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/key/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/madaidans-insecurities.github.io/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/platform_frameworks_base/"] + path = ~/.gitconfig-inf +[includeIf "gitdir:/git/github/privsec.dev/"] + path = ~/.gitconfig.inf + # Inferencium [includeIf "gitdir:/git/inferencium/cfg/"] path = ~/.gitconfig-inf