<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/tests/list.rs, branch v1.0.0</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.0.0</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-02-23T15:30:03+00:00</updated>
<entry>
<title>feat(list): newest proposals firsts</title>
<updated>2024-02-23T15:30:03+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-23T15:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=e406e44f32ea737bd9d0070acb7cf99ce1e1c33a'/>
<id>urn:sha1:e406e44f32ea737bd9d0070acb7cf99ce1e1c33a</id>
<content type='text'>
show proposals in order newest first
</content>
</entry>
<entry>
<title>refactor: remove confusing options, improve help</title>
<updated>2024-02-23T10:11:56+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-23T08:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=b931b37e26486e4e6d15f302e87141dcf2f596ba'/>
<id>urn:sha1:b931b37e26486e4e6d15f302e87141dcf2f596ba</id>
<content type='text'>
from_branch and to_branch have been replaced
by specifying revision ranges
</content>
</entry>
<entry>
<title>refactor: fix spelling</title>
<updated>2024-02-22T16:27:18+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-22T16:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=89c51886afd54afd901995916909ba98e764b23e'/>
<id>urn:sha1:89c51886afd54afd901995916909ba98e764b23e</id>
<content type='text'>
ammended should read amended
</content>
</entry>
<entry>
<title>test(list): local proposal amended</title>
<updated>2024-02-22T16:25:38+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-22T16:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=b6f68cf782ee242f9390c6601a76a18367e2ab4d'/>
<id>urn:sha1:b6f68cf782ee242f9390c6601a76a18367e2ab4d</id>
<content type='text'>
added test to cover local propsal being amended

this should catch error for rebased proposals as well
</content>
</entry>
<entry>
<title>test(list): local commits on uptodate proposal</title>
<updated>2024-02-22T12:58:12+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-22T12:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=70dd57966969f24fb81aabe412fb3667486f87b5'/>
<id>urn:sha1:70dd57966969f24fb81aabe412fb3667486f87b5</id>
<content type='text'>
add test for scenario and tweak copy
</content>
</entry>
<entry>
<title>fix(list): support `--in-reply-to` latest revision</title>
<updated>2024-02-22T10:11:39+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-22T10:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=fdc15cb017b022a3b932ac5a337c649cb63df93c'/>
<id>urn:sha1:fdc15cb017b022a3b932ac5a337c649cb63df93c</id>
<content type='text'>
update list to support rebases via proposal revisions
as created by `ngit send --in-reply-to`
or upcoming change `ngit push --force`
</content>
</entry>
<entry>
<title>feat(list): set checkout branch as default choice</title>
<updated>2024-02-20T16:48:48+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-20T16:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=141ebf0cc0c6cfea640debc9b9073303509a8bc7'/>
<id>urn:sha1:141ebf0cc0c6cfea640debc9b9073303509a8bc7</id>
<content type='text'>
instead of no default. note: I spent hours trying to get
CliTester to support default choices and gave up.

I have a stashed the attempt and am moving on...
</content>
</entry>
<entry>
<title>feat(list): download or apply with git am</title>
<updated>2024-02-20T12:00:22+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-20T12:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=32a3ca5b3c5fa202ffb6b5670f3aa1e77c331f8d'/>
<id>urn:sha1:32a3ca5b3c5fa202ffb6b5670f3aa1e77c331f8d</id>
<content type='text'>
add the option to download patches or apply them with git am

give more granular messages about the state of proposals.

add support for replacing old proposal version with a new one
</content>
</entry>
<entry>
<title>refactor: rename PR to proposal</title>
<updated>2024-02-16T22:31:29+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-16T22:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=701668b02d999af42f51d8bd25fffb2a8692c3c8'/>
<id>urn:sha1:701668b02d999af42f51d8bd25fffb2a8692c3c8</id>
<content type='text'>
PR is a problematic term when it ambiguous whether the
set of patches are PR-like or email-patch like.
</content>
</entry>
<entry>
<title>feat: find repo event by nevent or naddr</title>
<updated>2024-02-14T16:44:56+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-02-14T16:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=115eca3d69310a58e8357fe091183d0a8e723967'/>
<id>urn:sha1:115eca3d69310a58e8357fe091183d0a8e723967</id>
<content type='text'>
if repo event cannot be found using unique commit the user can
find it via a nevent or naddr

also handle no PRs found
</content>
</entry>
</feed>
