1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Mark git_changelog examples with the proper executable names.

This commit is contained in:
Bruce Momjian 2012-05-02 20:42:21 -04:00
parent 8e0c5195df
commit 7490c48f1e

View File

@ -22,10 +22,10 @@
# it appears in. # it appears in.
# #
# Typical usage to generate major release notes: # 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: # 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; use strict;