[Privoxy-commits] [privoxy] branch master updated: developer-manual: Add the -s flag to the suggested 'git tag' command
User Git
git at git.privoxy.org
Tue Dec 15 06:04:10 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 8b2f1329 developer-manual: Add the -s flag to the suggested 'git tag' command
8b2f1329 is described below
commit 8b2f1329eddbde8b0229dd164b3707781061d8aa
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 07:00:34 2020 +0100
developer-manual: Add the -s flag to the suggested 'git tag' command
We prefer signed tags.
---
doc/source/developer-manual.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index f384cbf2..da59ea75 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2373,7 +2373,7 @@ for-privoxy-version=3.0.11
<listitem>
<para>
Tag all files in Git with the version number with
- <quote><command>git tag v_X_Y_Z</command></quote>.
+ <quote><command>git tag -s v_X_Y_Z</command></quote>.
Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) etc.
</para>
</listitem>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list