Commit 7490c48f authored by Bruce Momjian's avatar Bruce Momjian

Mark git_changelog examples with the proper executable names.

parent 8e0c5195
......@@ -22,10 +22,10 @@
# it appears in.
#
# Typical usage to generate major release notes:
# 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
#
# To find the branch start date, use:
# pggit show $(git merge-base REL9_0_STABLE master)
# git show $(git merge-base REL9_0_STABLE master)
use strict;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment