<feed xmlns='http://www.w3.org/2005/Atom'>
<title>code-review/code-review-changed-files, 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>Update copyright years on recently changed files</title>
<updated>2023-11-24T20:13:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-11-24T20:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=095286de0e4df86706a807d3898cded4adeeb5d5'/>
<id>095286de0e4df86706a807d3898cded4adeeb5d5</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-changed-files: Move "..." back to `get_merge_base`</title>
<updated>2023-11-24T20:06:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-11-24T20:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=7232165a08aeb511970b5876c6ea13ee443bfe4d'/>
<id>7232165a08aeb511970b5876c6ea13ee443bfe4d</id>
<content type='text'>
It's more convenient to have the "..." here because all of the
code-review commands use `get_merge_base`. Otherwise I'd end up having
to add it to most of the other commands.

But now, instead of only adding it to the default merge base, add it to
all merge bases, including the one set by `code-review-start`. This
makes all merge bases consistent, and means you don't have to include
the dots when setting a custom merge base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's more convenient to have the "..." here because all of the
code-review commands use `get_merge_base`. Otherwise I'd end up having
to add it to most of the other commands.

But now, instead of only adding it to the default merge base, add it to
all merge bases, including the one set by `code-review-start`. This
makes all merge bases consistent, and means you don't have to include
the dots when setting a custom merge base.
</pre>
</div>
</content>
</entry>
<entry>
<title>code-review-changed-files: Add "..." to the merge base</title>
<updated>2023-10-29T23:09:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-10-29T23:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=7659cf07f118fec4c1ba9677c82a7ef61511e797'/>
<id>7659cf07f118fec4c1ba9677c82a7ef61511e797</id>
<content type='text'>
Doesn't cover all the cases, but I think this should give us the correct
set of files when the merge base has been set via `code-review-start`.
Otherwise we might end up with a bunch of files that came from other
branches, not the one we're reviewing now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't cover all the cases, but I think this should give us the correct
set of files when the merge base has been set via `code-review-start`.
Otherwise we might end up with a bunch of files that came from other
branches, not the one we're reviewing now.
</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>code-review-changed-files: Use `get_merge_base`; Print absolute paths</title>
<updated>2019-06-10T00:27:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-10T00:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=34719f1706109f3aa73ffaacbe2340f0af870b0d'/>
<id>34719f1706109f3aa73ffaacbe2340f0af870b0d</id>
<content type='text'>
* Use the common merge base from `code-review-database`.
* Print an absolute path to the file using `$GIT_ROOT` from
  `code-review-database`. This allows the paths to be useful even when
  PWD is a subdirectory in the Git repo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use the common merge base from `code-review-database`.
* Print an absolute path to the file using `$GIT_ROOT` from
  `code-review-database`. This allows the paths to be useful even when
  PWD is a subdirectory in the Git repo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `git-changed-files` to `code-review-changed-files`</title>
<updated>2019-06-10T00:23:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-06-10T00:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/code-review/commit/?id=4bc1b0964246c64c6cc82f851817f3ea58fc67d4'/>
<id>4bc1b0964246c64c6cc82f851817f3ea58fc67d4</id>
<content type='text'>
Make the script a `code-review` subcommand. I had originally written it
before the `code-review-` subcommand prefix system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the script a `code-review` subcommand. I had originally written it
before the `code-review-` subcommand prefix system.
</pre>
</div>
</content>
</entry>
</feed>
