summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-05-23 17:10:54 -0400
committerMalfurious <m@lfurio.us>2023-05-23 17:21:37 -0400
commit53a2f3bebf51219c389b040a37551b1019ddd65a (patch)
tree8749759e1a6f5767d13db27f31154ba333a67f53
parent1658a6c2c4a21539d8b0948ba56d99d8da67b572 (diff)
downloadrice-53a2f3bebf51219c389b040a37551b1019ddd65a.tar.gz
rice-53a2f3bebf51219c389b040a37551b1019ddd65a.zip
git: New config options
-rw-r--r--.gitconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index fffaeca..6237e44 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -5,12 +5,15 @@
pushNonFastForward = false
pushUpdateRejected = false
resolveConflict = false
+ skippedCherryPicks = false
statusHints = false
statusUoption = false
[help]
autoCorrect = never
[user]
useConfigOnly = true
+[status]
+ relativePaths = false
[diff]
colorMoved = dimmed-zebra
colorMovedWS = allow-indentation-change
@@ -24,6 +27,11 @@
[rerere]
enabled = true
[push]
+ autoSetupRemote = true
+ default = current
followTags = true
[tag]
gpgSign = true
+[sendemail]
+ annotate = true
+ multiEdit = false