summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-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