We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003d80f commit 8548540Copy full SHA for 8548540
src/tools/git_changelog
@@ -34,7 +34,7 @@
34
# To generate major release notes, intended usage is
35
# git_changelog --master-only --brief --oldest-first --since='start-date'
36
# To find the appropriate start date, use:
37
-# git show $(git merge-base REL9_5_STABLE master)
+# git show --summary $(git merge-base REL9_5_STABLE master)
38
# where the branch to mention is the previously forked-off branch. This
39
# shows the last commit before that branch was made.
40
#
0 commit comments