summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig10
-rw-r--r--.mailmap1
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..7e17fec
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,10 @@
+#
+# To allow the configuration parameters stored in the repository to
+# be enabled by default, add the following two lines into .git/config:
+#
+# [include]
+# path = ../.gitconfig
+#
+
+[log]
+ mailmap = true
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..30139e6
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1 @@
+David Sommerseth <dazo@eurephia.org> <dazo@users.sourceforge.net>