From 874a2aa6053e778a22c985323c69311cfffb65a7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 4 Mar 2007 22:32:22 -0800 Subject: [PATCH] Meta/WI to exclude material already in 'maint' from 'master' report. --- WI | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WI b/WI 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