diff options
author | Faith Ekstrand <faith.ekstrand@collabora.com> | 2023-03-25 11:11:13 -0500 |
---|---|---|
committer | Faith Ekstrand <faith.ekstrand@collabora.com> | 2023-03-25 11:17:49 -0500 |
commit | c622ae7f9147883632d17f72c2e45585aa23e0df (patch) | |
tree | 25a637fddcf2684fc1899b4d62d0ab17fbd81fb2 | |
parent | 94482ceaf9be9a128065358aa56f631e3a118f75 (diff) |
Add a .mailmap file
This will let command-line Git tools re-map my name and e-mail address properly.
I'm using my personal e-mail address and not my Collabora address because I'm
not actively contributing to Wayland anymore and this is mostly for letting
people find me should they dig me up in the project history.
Signed-off-by: Faith Ekstrand <faith@gfxstrand.net>
-rw-r--r-- | .mailmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..bdb791e --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +Faith Ekstrand <faith@gfxstrand.net> <jason@jlekstrand.net> +Faith Ekstrand <faith@gfxstrand.net> <jason.ekstrand@intel.com> +Faith Ekstrand <faith@gfxstrand.net> <jason.ekstrand@collabora.com> |