From 618fd3661d0eeef53e29cca93903bdcbfa3bb2a2 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 27 Feb 2025 01:18:07 -0500 Subject: git: Alphabetize config keys --- .gitconfig | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index b52aae6..e99180f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,32 +8,32 @@ skippedCherryPicks = false statusHints = false statusUoption = false -[help] - autoCorrect = never -[user] - useConfigOnly = true -[status] - relativePaths = false [diff] colorMoved = dimmed-zebra colorMovedWS = allow-indentation-change renames = copies tool = vimdiff +[help] + autoCorrect = never [merge] log = true tool = vimdiff -[rebase] - stat = true -[rerere] - enabled = true [push] autoSetupRemote = true default = current followTags = true -[tag] - gpgSign = true +[rebase] + stat = true +[rerere] + enabled = true [sendemail] annotate = true - multiEdit = false - suppresssFrom = true confirm = always + multiEdit = false + suppressFrom = true +[status] + relativePaths = false +[tag] + gpgSign = true +[user] + useConfigOnly = true -- cgit v1.2.3