<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-sonar/git-base.sh, branch v0.9.0</title>
<subtitle>A heads up display for git</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/'/>
<entry>
<title>Rename to git-radar</title>
<updated>2015-08-19T09:50:23+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-19T09:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=61b5a9c87d77380c57f5349bc43cefa0f4415c4f'/>
<id>61b5a9c87d77380c57f5349bc43cefa0f4415c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary subshells from bash prompt</title>
<updated>2015-08-19T08:49:25+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-19T08:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=d5dbddf68c45dfff380d6e6767de401054024a19'/>
<id>d5dbddf68c45dfff380d6e6767de401054024a19</id>
<content type='text'>
In the zsh prompt we need to use '%s' on the printf to prevent the
`${fg_bold[&lt;color&gt;]}` expressions from expanding before the colors have
been loaded in.

In the bash prompt this is unnecessary as the \\033 codes are base
control characters, and so have no dependency they rely on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the zsh prompt we need to use '%s' on the printf to prevent the
`${fg_bold[&lt;color&gt;]}` expressions from expanding before the colors have
been loaded in.

In the bash prompt this is unnecessary as the \\033 codes are base
control characters, and so have no dependency they rely on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to the more common -E grep regex flag</title>
<updated>2015-08-18T21:25:33+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-18T21:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=073bd97c8a0d9f4c0d6d9b46dca4e6cec6b46af6'/>
<id>073bd97c8a0d9f4c0d6d9b46dca4e6cec6b46af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Example of how to use the git-base.sh library</title>
<updated>2015-08-11T18:56:29+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-11T18:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=253e0090fb62f0a130c48e1f965749827db213ab'/>
<id>253e0090fb62f0a130c48e1f965749827db213ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to printf for it's reliability</title>
<updated>2015-08-11T16:38:45+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-11T16:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=98e9081cd75adaf58ca7ccac721e99eb88044cdd'/>
<id>98e9081cd75adaf58ca7ccac721e99eb88044cdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a bash way to show remote commits</title>
<updated>2015-08-11T15:47:32+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-11T15:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=284a88a8607cc7077aec376ca5f4b0c1b7e12c70'/>
<id>284a88a8607cc7077aec376ca5f4b0c1b7e12c70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary is_repo check from commit functions</title>
<updated>2015-08-10T18:52:50+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-10T18:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=55fa93c2cdcecfb96c4de689976dca3dd4ce259b'/>
<id>55fa93c2cdcecfb96c4de689976dca3dd4ce259b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't do the remote call in the local commit diff</title>
<updated>2015-08-10T15:23:05+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-10T15:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=c7d0d53b2f3fa6acef62651e23b2c4d165ecfbd3'/>
<id>c7d0d53b2f3fa6acef62651e23b2c4d165ecfbd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow custom separators between parts</title>
<updated>2015-08-06T09:07:31+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-06T09:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=1f810f62d3f20c6379b4496d1c20fc9ca581cbbf'/>
<id>1f810f62d3f20c6379b4496d1c20fc9ca581cbbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve whitespace in function results</title>
<updated>2015-08-06T09:03:34+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-06T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=bff1f0488e7b3cb1f4b89c698dbc282bd9a5c0aa'/>
<id>bff1f0488e7b3cb1f4b89c698dbc282bd9a5c0aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
