Meta/WI to exclude material already in 'maint' from 'master' report.
Junio C Hamano committed
Mar 4, 2007 at 22:32 UTC
874a2aa6053e778a22c985323c69311cfffb65a7
1 file changed
+3
-2
WI
+3
-2
index a2e822003c..988eb4954e 100755
--- a/WI
+++ b/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