<feed xmlns='http://www.w3.org/2005/Atom'>
<title>npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/src/repo_ref.rs, branch v1.5.1</title>
<subtitle>Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
</subtitle>
<id>https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.5.1</id>
<link rel='self' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/atom?h=v1.5.1'/>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/'/>
<updated>2024-09-04T12:30:59+00:00</updated>
<entry>
<title>refactor: organise into lib and bin structure</title>
<updated>2024-09-04T12:30:59+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-04T07:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=949c6459aa7683453a7160423b689ceadb08954b'/>
<id>urn:sha1:949c6459aa7683453a7160423b689ceadb08954b</id>
<content type='text'>
the make the code more readable

this commit just moves the files, the next commit should fix the imports
</content>
</entry>
<entry>
<title>feat(remote): enhance nostr url format</title>
<updated>2024-09-03T14:30:37+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-09-03T14:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a825311f2c55661aaab3a163bda9109295c96044'/>
<id>urn:sha1:a825311f2c55661aaab3a163bda9109295c96044</id>
<content type='text'>
add protocol and user parameters so that users can overide the
protcol in the clone url and use specific protocols for
fetch and push. see:
nostr:nevent1qvzqqqqqqypzpgqgmmc409hm4xsdd74sf68a2uyf9pwel4g9mfdg8l5244t6x4jdqyxhwumn8ghj7mn0wvhxcmmvqqsp6a5ck6grd9lq0nu25dcfzggxde67erut76w0ucal5rcfq4y5gzc7gmpzm

the override feature hasn't been implemented yet but
this is an enabler.

also added a new format so that macos (zsh) users don't
have to use quotes:
nostr://&lt;optional-protocol&gt;/npub123/&lt;optional-relay&gt;/identifer
</content>
</entry>
<entry>
<title>feat(repo_ref): find coordinates from git remotes</title>
<updated>2024-08-19T07:54:16+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-19T07:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=42b0bad048b64ef51f45da6a6988823e5a49da1d'/>
<id>urn:sha1:42b0bad048b64ef51f45da6a6988823e5a49da1d</id>
<content type='text'>
unless nostr.repo git config is set look for coodinates in git
remotes that use the nostr format
</content>
</entry>
<entry>
<title>refactor(repo_ref): split get_repo_coordinates</title>
<updated>2024-08-19T07:52:12+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-08-19T07:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=c66e6b4e1bc828953ed964938cedc03040197716'/>
<id>urn:sha1:c66e6b4e1bc828953ed964938cedc03040197716</id>
<content type='text'>
as the function is getting to long and we are about to add more to it
</content>
</entry>
<entry>
<title>refactor: use nip34 kinds from rust-nostr</title>
<updated>2024-07-24T15:37:10+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-24T15:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=8638b321fdff94d034ec912ecd0910b6f564ff04'/>
<id>urn:sha1:8638b321fdff94d034ec912ecd0910b6f564ff04</id>
<content type='text'>
instead of Kind::Custom(u16) as v33 of rust-nostr introduced them
</content>
</entry>
<entry>
<title>fix: typos and improve copy</title>
<updated>2024-07-22T15:13:21+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-22T14:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=643fa17fde858c2d6f934dcc435eb84843cc172e'/>
<id>urn:sha1:643fa17fde858c2d6f934dcc435eb84843cc172e</id>
<content type='text'>
when finding repo announcements

add a hint to find naddr on gitworkshop.dev
</content>
</entry>
<entry>
<title>feat: intergrate `fetch` into `init`</title>
<updated>2024-07-19T21:28:15+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T21:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=118d3d86efe155ee6525aba60711e100636a6646'/>
<id>urn:sha1:118d3d86efe155ee6525aba60711e100636a6646</id>
<content type='text'>
as part of a project to use fetch and the stored cache everywhere
</content>
</entry>
<entry>
<title>feat(send): add relay hints to link</title>
<updated>2024-07-19T19:47:30+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T19:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=fca1d193a46eba17255b5372adffac2396e48c04'/>
<id>urn:sha1:fca1d193a46eba17255b5372adffac2396e48c04</id>
<content type='text'>
to proposal which is displayed at the end of the functon
</content>
</entry>
<entry>
<title>feat: intergrate `fetch` into `send`</title>
<updated>2024-07-19T19:38:00+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T19:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=ab1214060a7a2d55068a7ccc9c7f6a04fd7d5aa2'/>
<id>urn:sha1:ab1214060a7a2d55068a7ccc9c7f6a04fd7d5aa2</id>
<content type='text'>
reworking the tests and test suite as appropriate
</content>
</entry>
<entry>
<title>fix(fetch): absent repo addr infinite loop</title>
<updated>2024-07-19T11:08:46+00:00</updated>
<author>
<name>DanConwayDev</name>
<email>DanConwayDev@protonmail.com</email>
</author>
<published>2024-07-19T11:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://upleb.uk/npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror/commit/?id=a8b574ae5117939717963304713dd2f1e2929c7d'/>
<id>urn:sha1:a8b574ae5117939717963304713dd2f1e2929c7d</id>
<content type='text'>
prevent an infinite loop when a new maintainer is identified
that hasn't issued a repo event yet

make it clear when repo_coordinates must not have relays
</content>
</entry>
</feed>
