The branch, master has been updated
       via  cb4553bd06645713c83ae169893eb1db6038c566 (commit)
      from  a75801320d07df99018b6fda016b6aca6fc0ca51 (commit)

- Log -----------------------------------------------------------------
commit cb4553bd06645713c83ae169893eb1db6038c566
Author: Thomas Adam <[email protected]>
Commit: Thomas Adam <[email protected]>

    Add .mailmap for commit author translations
    
    Because it's not possible to enumerate up-front all of the committers to
    tmux coming from OpenBSD, at the time a commit is imported in to git from
    the OpenBSD CVS repository, the author information is not known to Git,
    necessarily.
    
    But it's possible to alter for output the respective author after the fact,
    via Git's .mailmap file.  It is this file which will therefore provide a new
    mapping of OpenBSD commiter to an actual real name and real email address.
---
 .mailmap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..d834464
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,21 @@
+Bob Beck               <[email protected]> beck <beck>
+Igor Sobrado           <[email protected]> sobrado <sobrado>
+Jacek Masiulaniec      <[email protected]> jacekm <jacekm>
+Jason McIntyre                 <[email protected]> jcm <jcm>
+Joel Sing              <[email protected]> jsing <jsing>
+Marc Espie             <[email protected]> espie <espie>
+Matthew Dempsky        <[email protected]> matthew <matthew>
+Matthias Kilian        <[email protected]> kili <kili>
+Matthieu Herrb                 <[email protected]> matthieu <matthieu>
+Miod Vallat            <[email protected]> miod <miod>
+Nicholas Marriott      <[email protected]> nicm <nicm>
+Okan Demirmen          <[email protected]> okan <okan>
+Philip Guenther                <[email protected]> guenther <guenther>
+Pierre-Yves Ritschard  <[email protected]> pyr <pyr>
+Ray Lai                <[email protected]> ray <ray>
+Ryan McBride           <[email protected]> mcbride <mcbride>
+Stefan Sperling        <[email protected]> stsp <stsp>
+Stuart Henderson       <[email protected]> sthen <sthen>
+Ted Unangst            <[email protected]> tedu <tedu>
+Theo Deraadt           <[email protected]> deraadt <deraadt>
+William Yodlowsky      <[email protected]> william <william>


-----------------------------------------------------------------------

Summary of changes:
 .mailmap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 .mailmap


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to