~lh

Recent activity

Git config serialization should not “uglify” symbols 6 months ago

From Liam Hupfer to ~abcdw/rde-discuss

Hi,

The Git service currently uses the `uglify-field-name' function to
convert kebab case to camel case in section and variable names.

From git-config(1):

> All the other lines (and the remainder of the line after the section
> header) are recognized as setting variables, in the form name = value
> (or just name, which is a short-hand to say that the variable is the
> boolean “true”). The variable names are case-insensitive, allow only
> alphanumeric characters and -, and must start with an alphabetic
> character.

[PATCH v2] Demonstrate that I can use git send-email 3 years ago

From Liam Hupfer to ~sircmpwn/email-test-drive

---
This fixes the issues raised from the first patch.

 liam | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 liam

diff --git a/liam b/liam
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/liam
@@ -0,0 +1 @@
I have successfully used git send-email!
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 3 years ago

From Liam Hupfer to ~sircmpwn/email-test-drive

---
 liam | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 liam

diff --git a/liam b/liam
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/liam
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.31.1
[message trimmed]