Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8548540

Browse files
committed
git_changelog: improve instructions for finding branch commits
Specifically, use '--summary' with 'git show'.
1 parent003d80f commit8548540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/git_changelog

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp