mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
Meta/WI to exclude material already in 'maint' from 'master' report.
This commit is contained in:
5
WI
5
WI
@@ -32,7 +32,8 @@ list=`git-rev-list $tagged refs/heads/master 2>/dev/null`
|
||||
if test -n "$list"
|
||||
then
|
||||
echo
|
||||
echo "* The 'master' branch has these since the last announcement."
|
||||
echo "* The 'master' branch has these since the last announcement"
|
||||
echo " in addition to the above."
|
||||
echo
|
||||
log $tagged heads/master
|
||||
log $tagged heads/master ^heads/maint
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user