<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-sonar/fetch.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>Refactor fetch.sh</title>
<updated>2021-07-22T04:25:44+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-07-22T04:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=ff5c7a2af90663697a90722db48e0a3225049126'/>
<id>ff5c7a2af90663697a90722db48e0a3225049126</id>
<content type='text'>
Some code is restructured to remove the need for this additional
entry-point.

Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some code is restructured to remove the need for this additional
entry-point.

Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply several suggestions from shellcheck</title>
<updated>2021-04-25T17:48:45+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-04-25T17:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=1d08fc5e10c8ceef1f80f7b0c95e16a73b0b2e26'/>
<id>1d08fc5e10c8ceef1f80f7b0c95e16a73b0b2e26</id>
<content type='text'>
Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update references to project name to git-sonar</title>
<updated>2021-03-24T08:56:02+00:00</updated>
<author>
<name>Malfurious</name>
<email>m@lfurio.us</email>
</author>
<published>2021-03-24T08:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=b3ba62d18900b3f04f13c26480e91ecfc4e49db7'/>
<id>b3ba62d18900b3f04f13c26480e91ecfc4e49db7</id>
<content type='text'>
Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Malfurious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow symlinks when loading libs</title>
<updated>2015-08-25T16:27:56+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-25T16:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=81612cb359baac0b476731aff4eb78e04050f857'/>
<id>81612cb359baac0b476731aff4eb78e04050f857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure fetch is location independant</title>
<updated>2015-08-19T15:31:09+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-08-19T15:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=7edbeb242a58a330649760691a011d5dd709206a'/>
<id>7edbeb242a58a330649760691a011d5dd709206a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>add a sh file for calling the fetch</title>
<updated>2015-03-02T00:20:48+00:00</updated>
<author>
<name>Michael Allen</name>
<email>michael@michaelallen.io</email>
</author>
<published>2015-03-02T00:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/git-sonar/commit/?id=921c0d804fd235ef19c3b191696425d7b55738e4'/>
<id>921c0d804fd235ef19c3b191696425d7b55738e4</id>
<content type='text'>
I tried many ways to get the fetch call to background without staying
attached to the current subshell. Ends up it's not possible to nohup or
fully disown a function that is defined inside the same file that's
calling it.

So simple answer, I've created a file `fetch.sh` that can be called
inside nohup. It will source `git-base.sh` and call the fetch function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I tried many ways to get the fetch call to background without staying
attached to the current subshell. Ends up it's not possible to nohup or
fully disown a function that is defined inside the same file that's
calling it.

So simple answer, I've created a file `fetch.sh` that can be called
inside nohup. It will source `git-base.sh` and call the fetch function.
</pre>
</div>
</content>
</entry>
</feed>
