Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mailmap: add myself to mailmap
@ 2024-10-28 19:20 triallax
  2024-10-28 19:22 ` [PR PATCH] [Updated] " triallax
  2024-10-28 19:24 ` [PR PATCH] [Merged]: mailmap: add myself classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: triallax @ 2024-10-28 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/triallax/void-packages mailmap
https://github.com/void-linux/void-packages/pull/52818

mailmap: add myself to mailmap
<!-- 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**|**NO**
-->

<!-- 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/52818.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mailmap-52818.patch --]
[-- Type: text/x-diff, Size: 640 bytes --]

From e559e088c896f65f7d02e9b27caa2ba37030b802 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Oct 2024 19:10:57 +0000
Subject: [PATCH] mailmap: add myself to mailmap

---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 25bf7876f10f19..5b382bb6d52283 100644
--- a/.mailmap
+++ b/.mailmap
@@ -63,3 +63,4 @@ howtologinquickwiththirtyninecharacters <howtologinquickwiththirtyninecharacters
 
 Érico Nogueira <erico.erc@gmail.com> Érico Rolim <erico.erc@gmail.com>
 Adam Gausmann <adam@gaussian.dev> Adam Gausmann <agausmann@fastmail.com>
+triallax <triallax@tutanota.com>

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

* Re: [PR PATCH] [Updated] mailmap: add myself to mailmap
  2024-10-28 19:20 [PR PATCH] mailmap: add myself to mailmap triallax
@ 2024-10-28 19:22 ` triallax
  2024-10-28 19:24 ` [PR PATCH] [Merged]: mailmap: add myself classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: triallax @ 2024-10-28 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/triallax/void-packages mailmap
https://github.com/void-linux/void-packages/pull/52818

mailmap: add myself to mailmap
<!-- 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**|**NO**
-->

<!-- 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/52818.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mailmap-52818.patch --]
[-- Type: text/x-diff, Size: 629 bytes --]

From 652bc8a9d1ea49a349a4b581c472c8c15f944c71 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Oct 2024 19:10:57 +0000
Subject: [PATCH] mailmap: add myself

---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 25bf7876f10f19..5b382bb6d52283 100644
--- a/.mailmap
+++ b/.mailmap
@@ -63,3 +63,4 @@ howtologinquickwiththirtyninecharacters <howtologinquickwiththirtyninecharacters
 
 Érico Nogueira <erico.erc@gmail.com> Érico Rolim <erico.erc@gmail.com>
 Adam Gausmann <adam@gaussian.dev> Adam Gausmann <agausmann@fastmail.com>
+triallax <triallax@tutanota.com>

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

* Re: [PR PATCH] [Merged]: mailmap: add myself
  2024-10-28 19:20 [PR PATCH] mailmap: add myself to mailmap triallax
  2024-10-28 19:22 ` [PR PATCH] [Updated] " triallax
@ 2024-10-28 19:24 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-10-28 19:24 UTC (permalink / raw)
  To: ml

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

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

mailmap: add myself
https://github.com/void-linux/void-packages/pull/52818

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**|**NO**
-->

<!-- 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] 3+ messages in thread

end of thread, other threads:[~2024-10-28 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-28 19:20 [PR PATCH] mailmap: add myself to mailmap triallax
2024-10-28 19:22 ` [PR PATCH] [Updated] " triallax
2024-10-28 19:24 ` [PR PATCH] [Merged]: mailmap: add myself classabbyamp

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).