Meta/WI to exclude material already in 'maint' from 'master' report.

This commit is contained in:
Junio C Hamano
2007-03-04 22:32:22 -08:00
parent 18f73455f3
commit 874a2aa605

5
WI
View File

@@ -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