From: Stephen Rothwell Date: Wed, 1 Apr 2009 06:15:45 +0000 (+1100) Subject: Summaries should be against Linus' tree at the time of the tree X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=0a0ce9cc0fa3ea5f94df8352a8e40a1ed3ff14be;p=next-scripts Summaries should be against Linus' tree at the time of the tree --- diff --git a/summary b/summary index 57911f1..b5fc287 100755 --- a/summary +++ b/summary @@ -56,7 +56,7 @@ for t in $trees; do git rev-parse --verify "$h" >/dev/null 2>&1 || continue - mb=$(git merge-base origin/master $h) + mb=$(git merge-base "refs/next/$d/origin" $h) rh=$(git rev-parse $h) [ "$mb" = "$rh" ] && { plog '%-20s %7d' $t 0