aboutsummaryrefslogtreecommitdiff
path: root/git/config.mi5
diff options
context:
space:
mode:
Diffstat (limited to 'git/config.mi5')
-rw-r--r--git/config.mi539
1 files changed, 39 insertions, 0 deletions
diff --git a/git/config.mi5 b/git/config.mi5
new file mode 100644
index 00000000..efdbc277
--- /dev/null
+++ b/git/config.mi5
@@ -0,0 +1,39 @@
+[commit]
+ status = false
+
+[diff]
+ algorithm = patience
+
+[format]
+ pretty = fuller
+
+[init]
+ defaultBranch = master
+ templateDir = <% XDG_DATA_HOME %>/git/template
+
+[log]
+ date = local
+
+[merge]
+ ff = false
+ log = 1024
+
+[pull]
+ ff = only
+
+[push]
+ default = current
+
+[sendemail]
+ confirm = compose
+
+[status]
+ short = true
+
+[tag]
+ sort = -taggerdate
+
+[user]
+ name = <% NAME %>
+ email = <% EMAIL %>
+ signingKey = <% GPG_KEYID %>