<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/tests/git_remote_helper.rs, branch v2.2.0</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v2.2.0</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v2.2.0'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-09-09T08:40:19+00:00</updated>
<entry>
<title>test: refactor into binary subdirs</title>
<updated>2024-09-09T08:40:19+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-09T08:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=9a9b13a11868fe58fa0390938a39483bf1f3cc9a'/>
<id>urn:sha1:9a9b13a11868fe58fa0390938a39483bf1f3cc9a</id>
<content type='text'>
in prep for splitting git_remote_nostr tests
</content>
</entry>
<entry>
<title>fix(remote): `fetch` and `list` status copy</title>
<updated>2024-09-06T13:06:03+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-06T12:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=ad28bd8db1a6e953dce999eea85becda1d90beae'/>
<id>urn:sha1:ad28bd8db1a6e953dce999eea85becda1d90beae</id>
<content type='text'>
so that it the filesystem url is shown
</content>
</entry>
<entry>
<title>chore: bump rust-nostr to v0.34.0</title>
<updated>2024-08-28T15:42:53+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-28T13:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a5216602749bff55c2773acce098c91942cd3920'/>
<id>urn:sha1:a5216602749bff55c2773acce098c91942cd3920</id>
<content type='text'>
bump all rust-nostr packages

I'm not sure I'm completely happy with allowing mutable_key_type
but it is just run inside tests

it appears that Event didn't have the Copy trait in v0.33.0 so I'm
not sure why this warning suddenly appeared

the timeout of client.get_events_of needed to be doubled which could
indicate that an ineffiency has been introduced in v0.34.0

the primary motivation for upgrading now was to get this fix:
nostr:nevent1qqsffl2ld678pjj77rh9k2g4edljmxdu6ew4lvgnglxv7jhu3ru8vvcpp4mhxue69uhkummn9ekx7mqzyzsq3hh327t0h2dq6matqn5064cgj2zanl2stkj6s0lg4t2h5dty6rm2ucm
as I suspect it is also effecting other repositories
eg nostr-profile-manager
</content>
</entry>
<entry>
<title>feat: set proposal branch prefix to `pr/`</title>
<updated>2024-08-20T05:25:17+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-20T05:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=fedf5166f0c57db14b9e43747121e4b7845b63dd'/>
<id>urn:sha1:fedf5166f0c57db14b9e43747121e4b7845b63dd</id>
<content type='text'>
from `prs/`.

whilst plural reflects usage of `heads` and `tags` in git refs,
singular is shorter and more reflective of usage of branch prefixes
such as `feature/` `fix/`
</content>
</entry>
<entry>
<title>feat(remote): `push` log merge event creation</title>
<updated>2024-08-18T07:14:29+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-18T07:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=de89a7ec528fa57702199f94e63b42f827bd2fdf'/>
<id>urn:sha1:de89a7ec528fa57702199f94e63b42f827bd2fdf</id>
<content type='text'>
so the user knows that a merge commit event will be issued
</content>
</entry>
<entry>
<title>feat(remote): `push` publish merge event</title>
<updated>2024-08-18T07:04:49+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-18T07:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=948c8595acea9a783a38002371c40185868ce923'/>
<id>urn:sha1:948c8595acea9a783a38002371c40185868ce923</id>
<content type='text'>
when a merge commit is being pushed that merges a patch in a proposal
</content>
</entry>
<entry>
<title>feat(remote): `push` new proposal</title>
<updated>2024-08-09T07:40:47+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-09T07:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=5618fd9883d45de1443a40abada944cbe3bb8dfd'/>
<id>urn:sha1:5618fd9883d45de1443a40abada944cbe3bb8dfd</id>
<content type='text'>
issue new proposal when new branch is pushed into `prs/*` namespace,
which doesn't match an existing proposal
</content>
</entry>
<entry>
<title>feat(remote): remove pr id postfix for authors</title>
<updated>2024-08-09T07:25:43+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-09T07:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=d1f1963a34ec66356e1b66c1fce937391dd126c3'/>
<id>urn:sha1:d1f1963a34ec66356e1b66c1fce937391dd126c3</id>
<content type='text'>
remove the (&lt;short id&gt;) post fix for remote proposal branches when
the current user is the author

this enables pushing new proposals without having to change the
upstream branch in a way that remote helpers weren't designed to do
</content>
</entry>
<entry>
<title>fix(send): patch count</title>
<updated>2024-08-08T16:53:42+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-08T16:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a556464452789dc72cb9b0bff8e9ba6addc6639a'/>
<id>urn:sha1:a556464452789dc72cb9b0bff8e9ba6addc6639a</id>
<content type='text'>
fix [PATCH n/n] when no cover letter and patches great than 1

fixes error where the first patch would be
[PATCH] followed by [PATCH n/n]
</content>
</entry>
<entry>
<title>feat(remote): `push` force push proposal</title>
<updated>2024-08-08T16:36:44+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-08T16:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=9971f23a184d57600ea9b1962910d32bf6aec185'/>
<id>urn:sha1:9971f23a184d57600ea9b1962910d32bf6aec185</id>
<content type='text'>
will issue a proposal revision
</content>
</entry>
</feed>
