diff options
author | Malfurious <m@lfurio.us> | 2025-02-27 01:18:07 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-03 02:07:31 -0500 |
commit | 618fd3661d0eeef53e29cca93903bdcbfa3bb2a2 (patch) | |
tree | 6d1c9d6c209da4150151c1c35406900850ebb32d | |
parent | 1120f3b0177c9b33664effaa35dec1b199a9de92 (diff) | |
download | rice-618fd3661d0eeef53e29cca93903bdcbfa3bb2a2.tar.gz rice-618fd3661d0eeef53e29cca93903bdcbfa3bb2a2.zip |
git: Alphabetize config keys
-rw-r--r-- | .gitconfig | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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 |