diff options
author | Malfurious <m@lfurio.us> | 2025-03-03 03:33:13 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-03-03 03:33:13 -0500 |
commit | cf90c6668035d973f9ab5bfa848d6098112e9ff3 (patch) | |
tree | 9485ce00339e984b29f95cd3ca1b74e6a645884b /.gitconfig | |
parent | f6e6a7e780ecdb9b800ad7366420eab9f10efeca (diff) | |
download | rice-cf90c6668035d973f9ab5bfa848d6098112e9ff3.tar.gz rice-cf90c6668035d973f9ab5bfa848d6098112e9ff3.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -11,13 +11,20 @@ skippedCherryPicks = false statusHints = false statusUoption = false +[checkout] + defaultRemote = origin [diff] colorMoved = dimmed-zebra colorMovedWS = allow-indentation-change renames = copies tool = vimdiff +[fetch] + all = true + prune = true [help] autoCorrect = never +[interactive] + singleKey = true [merge] log = true tool = vimdiff @@ -26,8 +33,11 @@ default = current followTags = true [rebase] + abbreviateCommands = true + missingCommitsCheck = error stat = true [rerere] + autoUpdate = true enabled = true [sendemail] annotate = true @@ -38,5 +48,6 @@ relativePaths = false [tag] gpgSign = true + sort = version:refname [user] useConfigOnly = true |