<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/.mailmap, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Fix the .mailmap.</title>
<updated>2021-03-05T14:12:08+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2021-03-05T14:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=4927211d7139730fdd8cfe1319b03c11c1659639'/>
<id>4927211d7139730fdd8cfe1319b03c11c1659639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge duplicates in .mailmap</title>
<updated>2020-04-29T18:17:07+00:00</updated>
<author>
<name>Jason Gross</name>
</author>
<published>2020-04-29T18:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=c8a6991f425ac843ce692df28cc02b9c408f9c1b'/>
<id>c8a6991f425ac843ce692df28cc02b9c408f9c1b</id>
<content type='text'>
I gave preference to the email address with the larger number of
commits.

To find duplicates, I used the script
```bash
for i in $(git shortlog -nse  | sed s'/^\s*[0-9]*\s*//g' | grep -o '^[^&lt;]*' | sed s'/\s*$//g' | sed s'/ /,/g'); do if [ $(git shortlog -nse | sed s'/ /,/g' | grep -c "$i") -gt 1 ]; then git shortlog -nse | grep "$(echo "$i" | sed s'/,/ /g')"; fi; done
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I gave preference to the email address with the larger number of
commits.

To find duplicates, I used the script
```bash
for i in $(git shortlog -nse  | sed s'/^\s*[0-9]*\s*//g' | grep -o '^[^&lt;]*' | sed s'/\s*$//g' | sed s'/ /,/g'); do if [ $(git shortlog -nse | sed s'/ /,/g' | grep -c "$i") -gt 1 ]; then git shortlog -nse | grep "$(echo "$i" | sed s'/,/ /g')"; fi; done
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .mailmap</title>
<updated>2020-04-19T20:45:23+00:00</updated>
<author>
<name>Jason Gross</name>
</author>
<published>2020-04-12T02:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=131b25459b4dd4442bfb78cbb9786ebc7084d2d1'/>
<id>131b25459b4dd4442bfb78cbb9786ebc7084d2d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing typos - Part 1</title>
<updated>2019-05-21T21:07:55+00:00</updated>
<author>
<name>JPR</name>
</author>
<published>2019-05-21T21:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e6322e23958a937fa01960f8ce320717b9863253'/>
<id>e6322e23958a937fa01960f8ce320717b9863253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some entries to .mailmap</title>
<updated>2019-04-29T18:29:58+00:00</updated>
<author>
<name>Jason Gross</name>
</author>
<published>2019-04-11T02:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=8e97ed087e8e60dd5d05d7a3381083af92a8021b'/>
<id>8e97ed087e8e60dd5d05d7a3381083af92a8021b</id>
<content type='text'>
I ran `git shortlog -nse | sed s'/^[ 0-9\t]*//g' | sort | less` and
manually inspected the result for duplicates.

Then I used
```bash
git shortlog -nse | sed s'/^[ 0-9\t]*//g' | sort | sed s'/&lt;.*&gt;//g' | uniq -c | grep -v '^ *1 '
```
to check that there were no remaining duplicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I ran `git shortlog -nse | sed s'/^[ 0-9\t]*//g' | sort | less` and
manually inspected the result for duplicates.

Then I used
```bash
git shortlog -nse | sed s'/^[ 0-9\t]*//g' | sort | sed s'/&lt;.*&gt;//g' | uniq -c | grep -v '^ *1 '
```
to check that there were no remaining duplicates.
</pre>
</div>
</content>
</entry>
<entry>
<title>[mailmap] Tweak Emilio's entries.</title>
<updated>2019-04-10T13:36:09+00:00</updated>
<author>
<name>Emilio Jesus Gallego Arias</name>
</author>
<published>2019-04-10T13:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=e0c492102b5a625f2122faa9912f4d19b950cd22'/>
<id>e0c492102b5a625f2122faa9912f4d19b950cd22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mailmap] Update "anonymous" accounts.</title>
<updated>2018-11-14T08:17:21+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2018-11-12T16:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=11e8b3de07b82bd6dcec8a59c04ef95f05ccd2f7'/>
<id>11e8b3de07b82bd6dcec8a59c04ef95f05ccd2f7</id>
<content type='text'>
Of the three "anonymous" accounts, one ("coq") was used by multiple authors
(in particular Jacek Chrząszcz who developed the module system), while the
other two are each the committer of a single auto-generated commit so we rename
them to cvs2svn and serpyc-bot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Of the three "anonymous" accounts, one ("coq") was used by multiple authors
(in particular Jacek Chrząszcz who developed the module system), while the
other two are each the committer of a single auto-generated commit so we rename
them to cvs2svn and serpyc-bot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .mailmap.</title>
<updated>2018-11-14T08:14:39+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2018-11-12T15:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=b1365f26cc49e285245c4dc51304218459bacfbd'/>
<id>b1365f26cc49e285245c4dc51304218459bacfbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate committers.</title>
<updated>2018-10-05T06:54:41+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
</author>
<published>2018-10-05T06:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=662b686f60635629eae69679a5a2e62cc637f35c'/>
<id>662b686f60635629eae69679a5a2e62cc637f35c</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 with a jkloos alias</title>
<updated>2017-11-05T22:05:03+00:00</updated>
<author>
<name>Jason Gross</name>
</author>
<published>2017-11-05T22:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=82db238369a6f5b3de1fa629c6852ffe8d447b3f'/>
<id>82db238369a6f5b3de1fa629c6852ffe8d447b3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
