<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-branch-list, branch v0.1.2</title>
<subtitle>A Git add-on that maintains a list of branches that can be checked out quickly</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/'/>
<entry>
<title>Increase version v0.1.1 -&gt; v0.1.2</title>
<updated>2019-05-25T09:57:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-25T09:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=bd55100895a8e22ee11a022b9bb6440e806c24ec'/>
<id>bd55100895a8e22ee11a022b9bb6440e806c24ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-help-output'</title>
<updated>2019-05-25T09:52:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-25T09:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=48e58d79dcd313a3c40e92df720eb758d736e2d5'/>
<id>48e58d79dcd313a3c40e92df720eb758d736e2d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-branch-list(usage): Add `clear` command; Drop is variadic</title>
<updated>2019-05-25T09:48:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-25T09:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=c0c93e41d85ab862395138e0efeb2f575ecd1d7a'/>
<id>c0c93e41d85ab862395138e0efeb2f575ecd1d7a</id>
<content type='text'>
* Add the `clear` command to the help
* Update the `drop` command to indicate that multiple branch IDs can be
  passed as arguments

Looks like I forgot to update the help when I made those changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the `clear` command to the help
* Update the `drop` command to indicate that multiple branch IDs can be
  passed as arguments

Looks like I forgot to update the help when I made those changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'make-program-work-in-subdirectories'</title>
<updated>2019-05-25T09:45:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-25T09:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=33515f18b84997693baf1ca842f4297fb77edbd0'/>
<id>33515f18b84997693baf1ca842f4297fb77edbd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-branch-list: Make the branch list work in subdirectories</title>
<updated>2019-05-25T09:34:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-05-25T09:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=18ec1361d4eea49066aa12ccb2b173f196962f66'/>
<id>18ec1361d4eea49066aa12ccb2b173f196962f66</id>
<content type='text'>
When the current directory was not the Git root, the command wouldn't
work. It expected to find the branch list database in the `.git`
directory in the current directory.

Make the program work even if the current directory is a subdirectory of
the Git repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the current directory was not the Git root, the command wouldn't
work. It expected to find the branch list database in the `.git`
directory in the current directory.

Make the program work even if the current directory is a subdirectory of
the Git repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Homebrew: Update for v0.1.1</title>
<updated>2018-04-19T22:56:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T22:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=94fcc86499cea2fc6c751a1b18d61f6cc6d3a7b9'/>
<id>94fcc86499cea2fc6c751a1b18d61f6cc6d3a7b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v0.1.0 -&gt; v0.1.1</title>
<updated>2018-04-19T22:50:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T22:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=45f6fd06dcc71a349c4c421698e247ed3cd26ee2'/>
<id>45f6fd06dcc71a349c4c421698e247ed3cd26ee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-drop-for-branch-names-with-slashes'</title>
<updated>2018-04-19T21:46:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T21:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=d53b95e8698031ba13d9fcb3fad6732a93729888'/>
<id>d53b95e8698031ba13d9fcb3fad6732a93729888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-branch-list(drop): Fix deletion for branches with slashes</title>
<updated>2018-04-19T21:44:13+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T21:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=3f6e62684b1fb1167435c6fa4f6c6f02aaff3937'/>
<id>3f6e62684b1fb1167435c6fa4f6c6f02aaff3937</id>
<content type='text'>
Previously, if a branch name had slashes in it, the `drop` command would
fail. This is because it used `sed` with `/` separators, and the
unescaped slashes in the branch name would mess up sed's pattern.

Change this to use grep instead of sed so we don't have to worry about
escaping and special characters in branch names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if a branch name had slashes in it, the `drop` command would
fail. This is because it used `sed` with `/` separators, and the
unescaped slashes in the branch name would mess up sed's pattern.

Change this to use grep instead of sed so we don't have to worry about
escaping and special characters in branch names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-drop-for-branches-with-similar-names'</title>
<updated>2018-04-19T21:36:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-19T21:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-branch-list/commit/?id=d1617e2f29d1a8080602b60cd83ffddb01e88875'/>
<id>d1617e2f29d1a8080602b60cd83ffddb01e88875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
