From 47636f9f49c67d1642a23bbe519ee676f2d147a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mas=C5=82owski?= Date: Sat, 20 May 2023 01:15:46 +0200 Subject: [PATCH] Add missing 'is' Fixes: 31692ee6 ("Initial commit") --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0597714..abe6af4 100644 --- a/index.html +++ b/index.html @@ -338,7 +338,7 @@
  • Send the new patch! This time we'll use - -v2 to indicate that this the second version of + -v2 to indicate that this is the second version of this patch. If we do this again, we'll use -v3.
    git send-email --annotate -v2 HEAD^

    -- 2.38.5