projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003d80f
)
git_changelog: improve instructions for finding branch commits
author
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Apr 2017 19:40:30 +0000
(15:40 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 12 Apr 2017 19:40:37 +0000
(15:40 -0400)
Specifically, use '--summary' with 'git show'.
src/tools/git_changelog
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/git_changelog
b/src/tools/git_changelog
index b9e631bb9cbe6b311f2b8390a56de8a33708f436..cf6aba67b2a6988343ffc8e58178c087a0002985 100755
(executable)
--- a/
src/tools/git_changelog
+++ b/
src/tools/git_changelog
@@
-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.
#