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
@@ -32,7 +32,8 @@ list=`git-rev-list $tagged refs/heads/master 2>/dev/null`
32 if test -n "$list"
33 then
34 echo
35 - echo "* The 'master' branch has these since the last announcement."
35 + echo "* The 'master' branch has these since the last announcement"
36 + echo " in addition to the above."
37 echo
37 - log $tagged heads/master
38 + log $tagged heads/master ^heads/maint
39 fi