git_changelog: improve instructions for finding branch commits

Specifically, use '--summary' with 'git show'.
This commit is contained in:
Bruce Momjian 2017-04-12 15:40:30 -04:00
parent 003d80f3df
commit 854854019a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
# To generate major release notes, intended usage is
# git_changelog --master-only --brief --oldest-first --since='start-date'
# To find the appropriate start date, use:
# git show $(git merge-base REL9_5_STABLE master)
# git show --summary $(git merge-base REL9_5_STABLE master)
# where the branch to mention is the previously forked-off branch. This
# shows the last commit before that branch was made.
#