chiark / gitweb /
update wip - source sorting and selection not quite done
[topbloke.git] / tb-update.pl
index 767dcf859db49351cdf5aa7da32d82f7f8b56dbc..18acbc53ababf079bf711401b61800bb551cc131 100755 (executable)
@@ -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.