From a27e83028b7943d26d881564ed446a2a4d374fed Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 20 Feb 2025 15:18:02 -0600 Subject: Update to 02/20/25 --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index b60863b..224e2e4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,7 +10,17 @@ chainreplyto = false confirm = auto +[rerere] + enabled = true + +[fetch] + writeCommitGraph = true + [pull] rebase = false [init] defaultBranch = master +[safe] + directory = * +[maintenance] + repo = /home/dholman/repositories/linux -- cgit v1.2.3