Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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