From to ~sircmpwn/email-test-drive
From: Mura Li <mura_li@castech.com.tw> Signed-off-by: Mura Li <mura_li@castech.com.tw> --- your-name | 1 + 1 file changed, 1 insertion(+) create mode 100644 your-name diff --git a/your-name b/your-name new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/your-name @@ -0,0 +1 @@ [message trimmed]
From mural to ~eliasnaur/gio-patches
Signed-off-by: mural <mural@ctli.io> --- Please take a look. app/internal/log/log_windows.go | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/internal/log/log_windows.go diff --git a/app/internal/log/log_windows.go b/app/internal/log/log_windows.go new file mode 100644 index 0000000..13c5fe4 --- /dev/null +++ b/app/internal/log/log_windows.go @@ -0,0 +1,34 @@ [message trimmed]
From mural to ~eliasnaur/gio-patches
Signed-off-by: mural <mural@ctli.io> --- According to https://docs.microsoft.com/en-us/windows/console/getstdhandle, GetStdHandle would return NULL if there is no associated standard handles. So we chack 0 as well. app/internal/log/log_windows.go | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/internal/log/log_windows.go diff --git a/app/internal/log/log_windows.go b/app/internal/log/log_windows.go new file mode 100644 index 0000000..0642919 [message trimmed]
From mural to ~sircmpwn/email-test-drive
--- mural | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mural b/mural index 66cb3d4..aed6bbe 100644 --- a/mural +++ b/mural @@ -1 +1 @@ I have successfully used git send-email! -- 2.24.1 I want to test in-reply-to!
From mural to ~sircmpwn/email-test-drive
From: "mural@ctli.io" <mural@ctli.io> --- mural | 1 + 1 file changed, 1 insertion(+) create mode 100644 mural diff --git a/mural b/mural new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/mural @@ -0,0 +1 @@ I have successfully used git send-email![message trimmed]
From mural to ~sircmpwn/email-test-drive
From: "mural@ctli.io" <mural@ctli.io> --- mural | 1 + 1 file changed, 1 insertion(+) create mode 100644 mural diff --git a/mural b/mural new file mode 100644 index 0000000..b4380e4 --- /dev/null +++ b/mural @@ -0,0 +1 @@ I'm about to try git send-email![message trimmed]
From mural to ~sircmpwn/email-test-drive
--- mural | 1 + 1 file changed, 1 insertion(+) create mode 100644 mural diff --git a/mural b/mural new file mode 100644 index 0000000..b4380e4 --- /dev/null +++ b/mural @@ -0,0 +1 @@ -- 2.24.1 I'm about to try git send-email![message trimmed]
From mural to ~eliasnaur/gio-patches
It's strange that I was struggling with git-send-email and still couldn't figure out how to make it work on macOS before going to bed. I thought no emails were sent successfully. (I managed to use the web interface of sr.ht before this one) On Sat, Jan 11, 2020, at 1:10 AM, Elias Naur wrote: > On Fri Jan 10, 2020 at 22:45, mural wrote: > > Signed-off-by: mural <mural@ctli.io> > > --- > > app/internal/log/log_windows.go | 41 +++++++++++++++++++++++++++++++++ > > 1 file changed, 41 insertions(+) > > create mode 100644 app/internal/log/log_windows.go > > > > diff --git a/app/internal/log/log_windows.go b/app/internal/log/log_windows.go > > new file mode 100644
From mural to ~eliasnaur/gio-patches
Signed-off-by: mural <mural@ctli.io> --- app/internal/log/log_windows.go | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/internal/log/log_windows.go diff --git a/app/internal/log/log_windows.go b/app/internal/log/log_windows.go new file mode 100644 index 0000000..2019bcd --- /dev/null +++ b/app/internal/log/log_windows.go @@ -0,0 +1,41 @@ // SPDX-License-Identifier: Unlicense OR MIT [message trimmed]
From mural to ~eliasnaur/gio-patches
Sorry for spamming the list. I did some things wrong when trying to fix the patch. I am not familiar with the email-based workflow and I don't know how to delete those embarrassing mistakes. This patch should be the latest change.