<feed xmlns='http://www.w3.org/2005/Atom'>
<title>systrunk, branch master</title>
<subtitle>Filesystem version control powered by rsync</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/'/>
<entry>
<title>Merge branch 'diff'</title>
<updated>2018-10-10T02:30:34+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-10T02:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=9f3b98c7cc7e04369367e97a9cb328443ad9f0c0'/>
<id>9f3b98c7cc7e04369367e97a9cb328443ad9f0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -d option to status op</title>
<updated>2018-10-10T02:24:55+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-10T02:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=b61e56981dd705b56496090972d085a8b77d5366'/>
<id>b61e56981dd705b56496090972d085a8b77d5366</id>
<content type='text'>
`systrunk status -d` will now display a shortdiff in the status output.
This is off by default since worktrees for system drives probabally
won't want it all the time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`systrunk status -d` will now display a shortdiff in the status output.
This is off by default since worktrees for system drives probabally
won't want it all the time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add diff / shortdiff ops</title>
<updated>2018-10-10T02:14:41+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-10-10T02:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=53b619e1c927c518c27150c8ac0a4c99791c61cd'/>
<id>53b619e1c927c518c27150c8ac0a4c99791c61cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write README file</title>
<updated>2017-09-14T03:36:47+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-14T03:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=942d22a2fec76dcadc34225f7c8ce80d286e52df'/>
<id>942d22a2fec76dcadc34225f7c8ce80d286e52df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clone op</title>
<updated>2017-09-14T02:48:26+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-14T02:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=be5ecf8e81e1457e8532558948a7d380bfaab3c4'/>
<id>be5ecf8e81e1457e8532558948a7d380bfaab3c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reset op</title>
<updated>2017-09-13T06:05:25+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-13T06:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=b4acf0ac3704124bbb76528beea5656c0239d1cb'/>
<id>b4acf0ac3704124bbb76528beea5656c0239d1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix stdin stream for interactive merge</title>
<updated>2017-09-06T20:52:35+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-06T20:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=cf67abdf0e7c29c69abdcb8e9c2ba995622eeb28'/>
<id>cf67abdf0e7c29c69abdcb8e9c2ba995622eeb28</id>
<content type='text'>
Needed to rework how I was handling conflicting files w.r.t. interactive
prompts.  As it turns out, piping in find to the containing while loop
was cutting-off standard in from getting to the interactive read
prompts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed to rework how I was handling conflicting files w.r.t. interactive
prompts.  As it turns out, piping in find to the containing while loop
was cutting-off standard in from getting to the interactive read
prompts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rsync suffix bug</title>
<updated>2017-09-06T20:47:27+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-06T20:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=ee7d93c9d3371d149acb0be471d68ee166db74b8'/>
<id>ee7d93c9d3371d149acb0be471d68ee166db74b8</id>
<content type='text'>
Files were being suffixed with extra characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Files were being suffixed with extra characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate merge and commit ops</title>
<updated>2017-09-06T20:41:22+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-06T20:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=7192615541e6f242d2414a12115e54de54b020b1'/>
<id>7192615541e6f242d2414a12115e54de54b020b1</id>
<content type='text'>
Setup for prebaked commit message and merge-commit meta-data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setup for prebaked commit message and merge-commit meta-data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Spawn merge helper routines in a subshell</title>
<updated>2017-09-06T07:45:16+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-09-06T07:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/systrunk/commit/?id=d8e9ca30edd02b0c6809cd856db5caf086a4b788'/>
<id>d8e9ca30edd02b0c6809cd856db5caf086a4b788</id>
<content type='text'>
This is to prevent those functions from overwriting variables used by
the merge function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to prevent those functions from overwriting variables used by
the merge function.
</pre>
</div>
</content>
</entry>
</feed>
