aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Alba <jakub@yakubin.com>2023-01-14 15:50:52 +0100
committerJakub Alba <jakub@yakubin.com>2023-01-14 15:50:52 +0100
commita49cf106ded1adc31e9b5ef3bb6c19d7b9a6a545 (patch)
treea6439ec97a904e8f2a9e2b9fd140f64fa5c1a6a9
parentd7278db0c4c0367e192c5d2a9d46973a573e5a32 (diff)
downloadreserve-and-commit-a49cf106ded1adc31e9b5ef3bb6c19d7b9a6a545.tar.xz
reserve-and-commit-a49cf106ded1adc31e9b5ef3bb6c19d7b9a6a545.zip
add README.md
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0b1e4a8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+This is the code accompanying
+<https://yakubin.com/notes/comp/reserve-and-commit.html>.
+
+# Contributing patches
+
+Generate patches with:
+
+ $ git format-patch master -o <out-dir>
+
+And send them attached to an email at <jakub@yakubin.com>.