summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2016-01-20 19:31:15 +0100
committerDavid Sommerseth <dazo@eurephia.org>2016-01-20 19:31:15 +0100
commit38a2c7d5821d985d993ed14b63a2cfe0af7b41b6 (patch)
treec2d4168968cd136a25d548a5b5aaa9c4883048c2
parentfda18234ee89ed55abef04b32e73f686aeeb1e1a (diff)
downloadeurephia-38a2c7d5821d985d993ed14b63a2cfe0af7b41b6.tar.gz
eurephia-38a2c7d5821d985d993ed14b63a2cfe0af7b41b6.tar.xz
eurephia-38a2c7d5821d985d993ed14b63a2cfe0af7b41b6.zip
git repository enhancements
Provide .mailmap for dazo; the users.sf.net address is being deprecated and provide a config example how to enable usage of mailmap by default. Signed-off-by: David Sommerseth <dazo@eurephia.org>
-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>