<feed xmlns='http://www.w3.org/2005/Atom'>
<title>code-review/code-review.bash-completion, branch master</title>
<subtitle>Tools to facilitate code review on the command line</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/'/>
<entry>
<title>Add 'code-review-ddiff'</title>
<updated>2023-11-24T19:53:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-11-24T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=bc44e15843b4346c278a1cb169eb8aba81717275'/>
<id>bc44e15843b4346c278a1cb169eb8aba81717275</id>
<content type='text'>
This is inspired by a Git alias I have, `git ddiff`, that opens the Git
diff in the Delta diff viewer (https://github.com/dandavison/delta).
Delta ends up being much nicer than regular Git diff for code reviews
because it renders syntax highlighting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is inspired by a Git alias I have, `git ddiff`, that opens the Git
diff in the Delta diff viewer (https://github.com/dandavison/delta).
Delta ends up being much nicer than regular Git diff for code reviews
because it renders syntax highlighting.
</pre>
</div>
</content>
</entry>
<entry>
<title>code-review.bash-completion: Update copyright year</title>
<updated>2023-08-08T18:26:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-08-08T18:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=8690ad16795bf6caa95ae88feb7ee19eab7b83e0'/>
<id>8690ad16795bf6caa95ae88feb7ee19eab7b83e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code-review.bash-completion: Add `gh-start` to subcommands</title>
<updated>2023-08-08T18:20:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-08-08T18:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=761e29c5fc91bda6776bac9e196da695d9038629'/>
<id>761e29c5fc91bda6776bac9e196da695d9038629</id>
<content type='text'>
Realistically I should match based on the executable files available
that start with "code-review-", but this is how it works currently, so
it's less effort to add to what's already here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Realistically I should match based on the executable files available
that start with "code-review-", but this is how it works currently, so
it's less effort to add to what's already here.
</pre>
</div>
</content>
</entry>
<entry>
<title>code-review.bash-completion: Add note about completion for subcommands</title>
<updated>2023-07-25T23:28:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-07-25T23:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=3fe7ef327a13087b3e229aade87afb625e31b55c'/>
<id>3fe7ef327a13087b3e229aade87afb625e31b55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'code-review-log'</title>
<updated>2019-12-04T22:36:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-04T22:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=c04896b3347b4359c8eb9e8bcfe2c4cd4d45b9af'/>
<id>c04896b3347b4359c8eb9e8bcfe2c4cd4d45b9af</id>
<content type='text'>
Wraps `git log` to show commits since the merge base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wraps `git log` to show commits since the merge base.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2019-06-10T10:48:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-10T10:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=3bfeca8f6735e9f614f898af56da29775c47d337'/>
<id>3bfeca8f6735e9f614f898af56da29775c47d337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add code-review.bash-completion</title>
<updated>2019-06-10T01:02:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-10T01:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=9690742134ad6eabc3728f28225dfdc49c3cb9f9'/>
<id>9690742134ad6eabc3728f28225dfdc49c3cb9f9</id>
<content type='text'>
Basic Bash completion of `code-review` subcommands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basic Bash completion of `code-review` subcommands.
</pre>
</div>
</content>
</entry>
</feed>
