<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-stats, branch master</title>
<subtitle>Generates ASCII graphs of some contributor statistics for a Git repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/'/>
<entry>
<title>README: Add installation instructions</title>
<updated>2015-10-12T15:33:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-12T15:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=f64e202ba493a864b3215c8f71df17056e97fe71'/>
<id>f64e202ba493a864b3215c8f71df17056e97fe71</id>
<content type='text'>
Forgot to add a note about installing the required dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to add a note about installing the required dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2015-10-12T15:28:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-12T15:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=31207f7f614594540f1b6687ce2e843c0199867c'/>
<id>31207f7f614594540f1b6687ce2e843c0199867c</id>
<content type='text'>
Includes a description of the project, example output, and license
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes a description of the project, example output, and license
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE (MIT)</title>
<updated>2015-10-12T15:18:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-12T15:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=02ef79201fd92e86725360032688403de0a2aaba'/>
<id>02ef79201fd92e86725360032688403de0a2aaba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Use `--use-mailmap` flag</title>
<updated>2015-09-29T22:39:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-29T22:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=a1c2ba57908329214b90dea64500c937150458a5'/>
<id>a1c2ba57908329214b90dea64500c937150458a5</id>
<content type='text'>
Add this flag to our `git log` calls in order to recognise mapped
contributors and properly calculate their commit word count and commit
days count.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add this flag to our `git log` calls in order to recognise mapped
contributors and properly calculate their commit word count and commit
days count.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Days since first commit graph (fix 83027388)</title>
<updated>2015-08-20T04:31:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-20T04:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=1190ae67efa2fab3fee81708dece53d9e5a90486'/>
<id>1190ae67efa2fab3fee81708dece53d9e5a90486</id>
<content type='text'>
Fix commit 83027388670b18143593eef5f171925c97464a3a.

* Uncomment commit message word count graph (I had commented it out
  because it takes a long time)
* Turn the 'days since first commit' graph back on an remove debug lines
* Remove spaces around date parse call in Ruby line
* Comment out Bash pipefail settings. This was causing the 'days since
  first commit' graph to fail and was part of the reason for the issue I
  was seeing in 83027388670b18143593eef5f171925c97464a3a. The trouble
  was that the `git log --pretty` call was returning a non-zero exit
  code (as far as I can tell), causing the program to exit before
  processing all the contributors. Remove the Bash settings as a stopgap
  because the script seems to work fine now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix commit 83027388670b18143593eef5f171925c97464a3a.

* Uncomment commit message word count graph (I had commented it out
  because it takes a long time)
* Turn the 'days since first commit' graph back on an remove debug lines
* Remove spaces around date parse call in Ruby line
* Comment out Bash pipefail settings. This was causing the 'days since
  first commit' graph to fail and was part of the reason for the issue I
  was seeing in 83027388670b18143593eef5f171925c97464a3a. The trouble
  was that the `git log --pretty` call was returning a non-zero exit
  code (as far as I can tell), causing the program to exit before
  processing all the contributors. Remove the Bash settings as a stopgap
  because the script seems to work fine now.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-status.sh: First commit date WIP</title>
<updated>2015-08-18T07:26:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-18T07:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=83027388670b18143593eef5f171925c97464a3a'/>
<id>83027388670b18143593eef5f171925c97464a3a</id>
<content type='text'>
Work in progress.

Working on showing a graph of the number of days since the first commit
for each committer. Getting hung up on the commit date for some reason.
It looks like it's exiting after getting the first date and I'm not sure
why. Going to commit what I have and go to bed or something and look at
this some other time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work in progress.

Working on showing a graph of the number of days since the first commit
for each committer. Getting hung up on the commit date for some reason.
It looks like it's exiting after getting the first date and I'm not sure
why. Going to commit what I have and go to bed or something and look at
this some other time.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Graph total words in commit messages per contributor</title>
<updated>2015-08-18T06:03:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-18T06:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=51b1ee991f10bb69a4309f83eea31e71fad7b391'/>
<id>51b1ee991f10bb69a4309f83eea31e71fad7b391</id>
<content type='text'>
Count the words in all non-merge commit messages for each contributor
and graph the totals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Count the words in all non-merge commit messages for each contributor
and graph the totals.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Rename graph to "Commit count"</title>
<updated>2015-08-18T05:22:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-18T05:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=4de870595c1725490717da6d203df9e8e9304df8'/>
<id>4de870595c1725490717da6d203df9e8e9304df8</id>
<content type='text'>
To be more descriptive. Also since we'll be adding additional graphs to
the output, it makes sense to call this one what it is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be more descriptive. Also since we'll be adding additional graphs to
the output, it makes sense to call this one what it is.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Include full name in graph</title>
<updated>2015-08-18T04:26:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-18T04:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=4cb3e9f6dd47b7042802a25722c23f422d6742b6'/>
<id>4cb3e9f6dd47b7042802a25722c23f422d6742b6</id>
<content type='text'>
Through the magic of awk!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Through the magic of awk!
</pre>
</div>
</content>
</entry>
<entry>
<title>git-stats.sh: Move shortlog output to variable</title>
<updated>2015-08-18T03:22:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-08-18T03:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-stats/commit/?id=637c16eabbcd48c889b424edbf8823d10d9cb3f5'/>
<id>637c16eabbcd48c889b424edbf8823d10d9cb3f5</id>
<content type='text'>
Capture the shortlog output so we can use it later on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capture the shortlog output so we can use it later on.
</pre>
</div>
</content>
</entry>
</feed>
