We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0c519 commit 7490c48Copy full SHA for 7490c48
src/tools/git_changelog
@@ -22,10 +22,10 @@
22
# it appears in.
23
#
24
# Typical usage to generate major release notes:
25
-# pggitlog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
+# git_changelog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
26
27
# To find the branch start date, use:
28
-# pggit show $(git merge-base REL9_0_STABLE master)
+# git show $(git merge-base REL9_0_STABLE master)
29
30
31
use strict;
0 commit comments