mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
Ignore more merges when generating ChangeLog
* build-aux/gitlog-to-emacslog: Ignore all merges from gnu.org, not merely those from master and emacs-NN. The ChangeLog entries they generate are not that useful.
This commit is contained in:
parent
ad250f2b67
commit
9524ec5e4e
@ -77,7 +77,7 @@ test -d .git || {
|
||||
# Maybe we should skip all "Merge branch 'master'" messages.
|
||||
# See eg the cairo-related ones.
|
||||
./build-aux/gitlog-to-changelog \
|
||||
--ignore-matching="^; |^Merge branch '(master|emacs-[0-9][0-9])' of git\.(savannah|sv)\.gnu\.org:/srv/git/emacs$|^Merge remote-tracking branch '.*'$" \
|
||||
--ignore-matching="^; |^Merge branch '[^']*' of git\.(savannah|sv)\.gnu\.org:/srv/git/emacs|^Merge remote-tracking branch '.*'$" \
|
||||
--ignore-line='^; ' --format='%B' \
|
||||
"$gen_origin..$new_origin" >"ChangeLog.tmp" || exit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user