Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gitoxide-0.16.0
@ 2022-10-28  9:53 jcgruenhage
  2022-11-22 23:12 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: jcgruenhage @ 2022-10-28  9:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages gitoxide-0.16.0_1
https://github.com/void-linux/void-packages/pull/40201

New package: gitoxide-0.16.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitoxide-0.16.0_1-40201.patch --]
[-- Type: text/x-diff, Size: 1249 bytes --]

From 5873a9ce1e4370e7e0c22e443540d016b620d3a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 28 Oct 2022 11:46:52 +0200
Subject: [PATCH] New package: gitoxide-0.16.0

---
 srcpkgs/gitoxide/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/gitoxide/template

diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template
new file mode 100644
index 000000000000..d6f847787796
--- /dev/null
+++ b/srcpkgs/gitoxide/template
@@ -0,0 +1,19 @@
+# Template file for 'gitoxide'
+pkgname=gitoxide
+version=0.16.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel openssl-devel"
+short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/Byron/gitoxide"
+changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
+checksum=f366897f3b8952b538694f76a814c687f6b9b1fa57b549a3d4b64eba3ae88c57
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] New package: gitoxide-0.16.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
@ 2022-11-22 23:12 ` jcgruenhage
  2022-12-20 17:33 ` New package: gitoxide-0.19.0 JamiKettunen
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jcgruenhage @ 2022-11-22 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages gitoxide-0.16.0_1
https://github.com/void-linux/void-packages/pull/40201

New package: gitoxide-0.16.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitoxide-0.16.0_1-40201.patch --]
[-- Type: text/x-diff, Size: 1249 bytes --]

From b31005a3d31e0f6b816286ea0250876893b7459a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 28 Oct 2022 11:46:52 +0200
Subject: [PATCH] New package: gitoxide-0.19.0

---
 srcpkgs/gitoxide/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/gitoxide/template

diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template
new file mode 100644
index 000000000000..b2ff5248f861
--- /dev/null
+++ b/srcpkgs/gitoxide/template
@@ -0,0 +1,19 @@
+# Template file for 'gitoxide'
+pkgname=gitoxide
+version=0.19.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel openssl-devel"
+short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/Byron/gitoxide"
+changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
+checksum=da306eb250abc7152f39a7f148a7655b2d99beaf8a756a526ec93b973529f9a9
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
  2022-11-22 23:12 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-12-20 17:33 ` JamiKettunen
  2022-12-20 19:34 ` JamiKettunen
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-12-20 17:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1359879851

Comment:
```
$ ./xbps-src update-check gitoxide
NO VERSION found for gitoxide
```
Seems upstream has some monorepo on GitHub so getting the latest version from there could end up being impossible, perhaps parsing from `site='https://crates.io/crates/gitoxide/versions'` would be better?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
  2022-11-22 23:12 ` [PR PATCH] [Updated] " jcgruenhage
  2022-12-20 17:33 ` New package: gitoxide-0.19.0 JamiKettunen
@ 2022-12-20 19:34 ` JamiKettunen
  2022-12-20 19:34 ` JamiKettunen
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-12-20 19:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1359879851

Comment:
```
$ ./xbps-src update-check gitoxide
NO VERSION found for gitoxide
```
Seems upstream has some monorepo on GitHub so getting the latest version from there could end up being impossible specifically after some other components other than `gitoxide` itself have a new release/tag, perhaps parsing from `site='https://crates.io/crates/gitoxide/versions'` would be better?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-12-20 19:34 ` JamiKettunen
@ 2022-12-20 19:34 ` JamiKettunen
  2022-12-20 19:35 ` JamiKettunen
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-12-20 19:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1359879851

Comment:
```
$ ./xbps-src update-check gitoxide
NO VERSION found for gitoxide
```
Seems upstream has some monorepo on GitHub so getting the latest version from there could end up being impossible specifically after some other components other than `gitoxide` itself have enough new releases/tags, perhaps parsing from `site='https://crates.io/crates/gitoxide/versions'` would be better?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (3 preceding siblings ...)
  2022-12-20 19:34 ` JamiKettunen
@ 2022-12-20 19:35 ` JamiKettunen
  2022-12-22  7:35 ` jcgruenhage
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-12-20 19:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1359879851

Comment:
```
$ ./xbps-src update-check gitoxide
NO VERSION found for gitoxide
```
Seems upstream has some monorepo on GitHub so getting the latest version from there could end up being impossible specifically after some components other than `gitoxide` itself have enough new releases/tags, perhaps parsing from `site='https://crates.io/crates/gitoxide/versions'` would be better?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (4 preceding siblings ...)
  2022-12-20 19:35 ` JamiKettunen
@ 2022-12-22  7:35 ` jcgruenhage
  2022-12-22  7:51 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jcgruenhage @ 2022-12-22  7:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1362508532

Comment:
That `crates.io` page doesn't work the way we want either, the list loads via js...

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (5 preceding siblings ...)
  2022-12-22  7:35 ` jcgruenhage
@ 2022-12-22  7:51 ` jcgruenhage
  2022-12-22  7:53 ` jcgruenhage
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jcgruenhage @ 2022-12-22  7:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages gitoxide-0.16.0_1
https://github.com/void-linux/void-packages/pull/40201

New package: gitoxide-0.19.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitoxide-0.16.0_1-40201.patch --]
[-- Type: text/x-diff, Size: 1630 bytes --]

From c05732bb3db2407108c21c0c3fc8bc310ef8ee69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 28 Oct 2022 11:46:52 +0200
Subject: [PATCH] New package: gitoxide-0.20.0

---
 srcpkgs/gitoxide/template | 19 +++++++++++++++++++
 srcpkgs/gitoxide/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/gitoxide/template
 create mode 100644 srcpkgs/gitoxide/update

diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template
new file mode 100644
index 000000000000..769c7ff2b453
--- /dev/null
+++ b/srcpkgs/gitoxide/template
@@ -0,0 +1,19 @@
+# Template file for 'gitoxide'
+pkgname=gitoxide
+version=0.20.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel openssl-devel"
+short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/Byron/gitoxide"
+changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
+checksum=4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+}
diff --git a/srcpkgs/gitoxide/update b/srcpkgs/gitoxide/update
new file mode 100644
index 000000000000..c19289437c39
--- /dev/null
+++ b/srcpkgs/gitoxide/update
@@ -0,0 +1,2 @@
+site='https://raw.githubusercontent.com/rust-lang/crates.io-index/master/gi/to/gitoxide'
+pattern='"vers":"\K[\d.]+(?=",)'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (6 preceding siblings ...)
  2022-12-22  7:51 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-12-22  7:53 ` jcgruenhage
  2023-01-22 17:57 ` [PR PATCH] [Updated] " jcgruenhage
  2023-01-22 20:33 ` [PR PATCH] [Merged]: New package: gitoxide-0.20.0 Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: jcgruenhage @ 2022-12-22  7:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40201#issuecomment-1362521250

Comment:
```
site='https://raw.githubusercontent.com/rust-lang/crates.io-index/master/gi/to/gitoxide'
pattern='"vers":"\K[\d.]+(?=",)'
```
That works as intended though, and it's using the same data source that the crates.io link would have been using.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] New package: gitoxide-0.19.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (7 preceding siblings ...)
  2022-12-22  7:53 ` jcgruenhage
@ 2023-01-22 17:57 ` jcgruenhage
  2023-01-22 20:33 ` [PR PATCH] [Merged]: New package: gitoxide-0.20.0 Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: jcgruenhage @ 2023-01-22 17:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages gitoxide-0.16.0_1
https://github.com/void-linux/void-packages/pull/40201

New package: gitoxide-0.19.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitoxide-0.16.0_1-40201.patch --]
[-- Type: text/x-diff, Size: 1630 bytes --]

From 92763954d70cf975eaa8163c03fdcf6945a6b4e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Fri, 28 Oct 2022 11:46:52 +0200
Subject: [PATCH] New package: gitoxide-0.20.0

---
 srcpkgs/gitoxide/template | 19 +++++++++++++++++++
 srcpkgs/gitoxide/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/gitoxide/template
 create mode 100644 srcpkgs/gitoxide/update

diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template
new file mode 100644
index 000000000000..769c7ff2b453
--- /dev/null
+++ b/srcpkgs/gitoxide/template
@@ -0,0 +1,19 @@
+# Template file for 'gitoxide'
+pkgname=gitoxide
+version=0.20.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel openssl-devel"
+short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT, Apache-2.0"
+homepage="https://github.com/Byron/gitoxide"
+changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
+checksum=4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+}
diff --git a/srcpkgs/gitoxide/update b/srcpkgs/gitoxide/update
new file mode 100644
index 000000000000..c19289437c39
--- /dev/null
+++ b/srcpkgs/gitoxide/update
@@ -0,0 +1,2 @@
+site='https://raw.githubusercontent.com/rust-lang/crates.io-index/master/gi/to/gitoxide'
+pattern='"vers":"\K[\d.]+(?=",)'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Merged]: New package: gitoxide-0.20.0
  2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
                   ` (8 preceding siblings ...)
  2023-01-22 17:57 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-01-22 20:33 ` Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2023-01-22 20:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

There's a merged pull request on the void-packages repository

New package: gitoxide-0.20.0
https://github.com/void-linux/void-packages/pull/40201

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-01-22 20:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  9:53 [PR PATCH] New package: gitoxide-0.16.0 jcgruenhage
2022-11-22 23:12 ` [PR PATCH] [Updated] " jcgruenhage
2022-12-20 17:33 ` New package: gitoxide-0.19.0 JamiKettunen
2022-12-20 19:34 ` JamiKettunen
2022-12-20 19:34 ` JamiKettunen
2022-12-20 19:35 ` JamiKettunen
2022-12-22  7:35 ` jcgruenhage
2022-12-22  7:51 ` [PR PATCH] [Updated] " jcgruenhage
2022-12-22  7:53 ` jcgruenhage
2023-01-22 17:57 ` [PR PATCH] [Updated] " jcgruenhage
2023-01-22 20:33 ` [PR PATCH] [Merged]: New package: gitoxide-0.20.0 Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).