summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2012-04-30 15:05:34 +0000
committerBruce Momjian2012-04-30 15:05:34 +0000
commitf33fe47a9169eec692b80c17ea47bd2f9c261aaf (patch)
tree4228b1cef8bb0f402ae16068f7b330942b24c1b5
parent1dd89eadcd2648d7ca0baed3c7af16a04eb1aa26 (diff)
Add comments suggesting usage of git_changelog to generate release notes.
-rwxr-xr-xsrc/tools/git_changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index ee27764ae60..2b4398cdba3 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -21,6 +21,12 @@
# we sort a merged commit according to its timestamp on the newest branch
# it appears in.
#
+# Typical usage to generate major release notes:
+# pggitlog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
+#
+# To find the branch start date, use:
+# pggit show $(git merge-base REL9_0_STABLE master)
+
use strict;
use warnings;