<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtmux.git/.mailmap, branch rahm</title>
<subtitle>Tmux with Rahm's extra hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/'/>
<entry>
<title>Add to .mailmap.</title>
<updated>2016-07-19T09:42:44+00:00</updated>
<author>
<name>Nicholas Marriott</name>
<email>nicholas.marriott@gmail.com</email>
</author>
<published>2016-07-19T09:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=0e110360557768e0e202fba5c4e82ac168d65007'/>
<id>0e110360557768e0e202fba5c4e82ac168d65007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add to .mailmap, and sort.</title>
<updated>2015-12-08T08:46:06+00:00</updated>
<author>
<name>Nicholas Marriott</name>
<email>nicholas.marriott@gmail.com</email>
</author>
<published>2015-12-08T08:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=a988c36ccb7d411d995edfa9dbdb7682295d62a0'/>
<id>a988c36ccb7d411d995edfa9dbdb7682295d62a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .mailmap file.</title>
<updated>2015-12-07T12:51:06+00:00</updated>
<author>
<name>Nicholas Marriott</name>
<email>nicholas.marriott@gmail.com</email>
</author>
<published>2015-12-07T12:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=d20a3ef57c1571898bb351f1f9287114be0aa419'/>
<id>d20a3ef57c1571898bb351f1f9287114be0aa419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spaces -&gt; tabs.</title>
<updated>2015-06-04T10:40:27+00:00</updated>
<author>
<name>Nicholas Marriott</name>
<email>nicholas.marriott@gmail.com</email>
</author>
<published>2015-06-04T10:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=1de74e27e535b3e294c265974973a7743c8374a0'/>
<id>1de74e27e535b3e294c265974973a7743c8374a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mailmap.</title>
<updated>2015-06-04T10:36:44+00:00</updated>
<author>
<name>Nicholas Marriott</name>
<email>nicholas.marriott@gmail.com</email>
</author>
<published>2015-06-04T10:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=d058e963fda8a4847cd572e5fb62cd851fdec69a'/>
<id>d058e963fda8a4847cd572e5fb62cd851fdec69a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitise additional .mailmap entries</title>
<updated>2012-11-08T21:39:35+00:00</updated>
<author>
<name>Thomas Adam</name>
<email>thomas@xteddy.org</email>
</author>
<published>2012-11-08T21:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=e4679172e3f4307b14f0e1715dc33ca640dc038b'/>
<id>e4679172e3f4307b14f0e1715dc33ca640dc038b</id>
<content type='text'>
This sanitises multiple author addresses some more, mapping them back to one
common entity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sanitises multiple author addresses some more, mapping them back to one
common entity.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .mailmap for commit author translations</title>
<updated>2012-11-08T21:14:32+00:00</updated>
<author>
<name>Thomas Adam</name>
<email>thomas@xteddy.org</email>
</author>
<published>2012-11-08T21:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rtmux.git/commit/?id=cb4553bd06645713c83ae169893eb1db6038c566'/>
<id>cb4553bd06645713c83ae169893eb1db6038c566</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
