diff options
author | Malfurious <m@lfurio.us> | 2023-05-23 17:10:54 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-05-23 17:21:37 -0400 |
commit | 53a2f3bebf51219c389b040a37551b1019ddd65a (patch) | |
tree | 8749759e1a6f5767d13db27f31154ba333a67f53 | |
parent | 1658a6c2c4a21539d8b0948ba56d99d8da67b572 (diff) | |
download | rice-53a2f3bebf51219c389b040a37551b1019ddd65a.tar.gz rice-53a2f3bebf51219c389b040a37551b1019ddd65a.zip |
git: New config options
-rw-r--r-- | .gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |