~jiffygist

Recent activity

[PATCH] makefile: account for config directory creation 2 years ago

From Herman to ~speguero/public-inbox

---
/usr/local/etc/ didn't exist on my system

 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 3410104..38b60fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
fname_bin=sirubo
fpath_bin=/usr/local/bin/$(fname_bin)
dpath_conf=/usr/local/etc
[message trimmed]

[PATCH] Round ingredient amount to 2 decimal places for better readability 3 years ago

From Herman to ~martijnbraam/fathub

---
 static/recipe.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/recipe.js b/static/recipe.js
index 4bbe3e5..5a472b6 100644
--- a/static/recipe.js
+++ b/static/recipe.js
@@ -11,7 +11,7 @@ function update_ingredient_list() {
}

function adjust_serves() {
    serve_fraction = this.value / this.dataset.original;
    serve_fraction = (this.value / this.dataset.original).toFixed(2);
[message trimmed]

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

From Herman to ~sircmpwn/email-test-drive

Oops, I forgot the annotation!

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

From Herman to ~sircmpwn/email-test-drive

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

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

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

From Herman to ~sircmpwn/email-test-drive

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

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