projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde7768
)
developer-manual: Add the -s flag to the suggested 'git tag' command
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 15 Dec 2020 06:00:34 +0000
(07:00 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 15 Dec 2020 06:05:26 +0000
(07:05 +0100)
We prefer signed tags.
doc/source/developer-manual.sgml
patch
|
blob
|
history
diff --git
a/doc/source/developer-manual.sgml
b/doc/source/developer-manual.sgml
index
f384cbf
..
da59ea7
100644
(file)
--- 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>