From 886f86594a07095aa676c130d90c9333b4208f00 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 17 May 2021 12:40:53 +0200 Subject: posts: Remove unnecessary single quotes in signify-cgit.md These were here because the argument used to contain a glob, like so: --notes='signatures/*' Thanks to V for reporting this. --- posts/signify-cgit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/signify-cgit.md b/posts/signify-cgit.md index bf0e48e..7cbacba 100644 --- a/posts/signify-cgit.md +++ b/posts/signify-cgit.md @@ -165,7 +165,7 @@ Git also supports showing notes in format inline after the commit message[^6]: ``` -$ git log --notes='signatures/tar.gz' +$ git log --notes=signatures/tar.gz ``` ## When in doubt, automate -- cgit v1.2.3-2-gb3c3