Skip to content

Commit 8548540

Browse files
committed
git_changelog: improve instructions for finding branch commits
Specifically, use '--summary' with 'git show'.
1 parent 003d80f commit 8548540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/git_changelog

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

0 commit comments

Comments
 (0)