summaryrefslogtreecommitdiffstatshomepage
path: root/content
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-19 23:13:45 +0200
committerWolfgang Müller2024-09-19 23:13:45 +0200
commit3a6d016e9d6a5700d1622d5f9a74a7b21ac885c7 (patch)
tree2a347cbbfea67b022f33cfe86a1d576ac6e5d3ed /content
parentfc7d9c00d65c15a92cbd8e0466ace59bc188e6ea (diff)
downloadzunzuncito-3a6d016e9d6a5700d1622d5f9a74a7b21ac885c7.tar.gz
content: Add a comma where it needs to be in post 8HEADtrunk
Diffstat (limited to 'content')
-rw-r--r--content/8/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/8/index.md b/content/8/index.md
index 7bfcbb0..ac4b147 100644
--- a/content/8/index.md
+++ b/content/8/index.md
@@ -10,7 +10,7 @@ related = [9]
+++
When maintaining a project sooner or later there comes the time when you need to
-apply patches that have been submitted to you. Assuming a patch-based workflow
+apply patches that have been submitted to you. Assuming a patch-based workflow,
those are going to be one patch per mail, possibly connected in a thread.
There's lots of different ways of getting those patches to their final
destination, [`git-am(1)`](https://git-scm.com/docs/git-am), and in this post I