[Privoxy-commits] [privoxy] 02/12: developer-manual: Suggest to use the master branch as reference when creating the ChangeLog

User Git git at git.privoxy.org
Tue Dec 15 07:47:15 UTC 2020


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit e7bedf5f2879b7870a5298c1a23d9bd455d33188
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 15 07:25:18 2020 +0100

    developer-manual: Suggest to use the master branch as reference when creating the ChangeLog
    
    ... so the steps work when the current branch differs
    from master which is likely as the developer manual
    suggests to use a local branch for development.
---
 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 da59ea75..73b94ea9 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -2295,7 +2295,7 @@ for-privoxy-version=3.0.11
        <programlisting>
   $ git tag
   #   to see the tags
-  $ git log [last release tag]..HEAD > /tmp/log
+  $ git log [last release tag]..master > /tmp/log
   #   get the commit log since the last release
   $ utils/makeChangeLog /tmp/log > /tmp/change.log
   #   reformat the commit log

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list