summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..74edfde
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,10 @@
+[user]
+ name = Gitea
+ email = gitea@fake.local
+[core]
+ quotePath = false
+ commitGraph = true
+[receive]
+ advertisePushOptions = true
+[gc]
+ writeCommitGraph = true