From: Ian Jackson Date: Wed, 1 Feb 2012 18:34:03 +0000 (+0000) Subject: update wip - source sorting and selection not quite done X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke.git;a=commitdiff_plain;h=1fad317fcb22638e18719e7949a2cea67809e35e;hp=0c4e7252eb9a9be00a1124a7d246434290bc73aa update wip - source sorting and selection not quite done --- diff --git a/tb-update.pl b/tb-update.pl index 767dcf8..18acbc5 100755 --- a/tb-update.pl +++ b/tb-update.pl @@ -118,7 +118,7 @@ sub update_base ($) { or (committ_date($a->{Ref}) cmp committ_date($b->{Ref})); }) } @sources; - + fixme we do not need to sort, only find best, and then do again # Now we run git-rev-list to walk the graph back to those # sources so we can tell which is the most recent.