ChangeLog.2 ignores remote-tracking merges
* build-aux/gitlog-to-emacslog: Ignore commit logs matching "Merge remote-tracking branch '.*'" too. See Eli Zaretskii in: http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00384.html
This commit is contained in:
parent
3b112f6389
commit
e8b9b8c063
1 changed files with 1 additions and 1 deletions
|
@ -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' of git\.(savannah|sv)\.gnu\.org:/srv/git/emacs$" \
|
||||
--ignore-matching="^; |^Merge branch 'master' 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…
Add table
Reference in a new issue