[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Wed Sep 7 14:26:21 UTC 2016


New commits:
commit d58f22843ad20e45ef7e5f2c41a25754564d4ffd
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Sep 2 15:10:37 2016 -0400

    web: fix commit ordering by using the commit's "rank"
    
    Where "rank" is defined as the number of commits since the repo's
    epoc.  That is: git rev-list --count --first-parent <rev>
    
    This fixes both the previous result links and the graph lines
    where, due to out-of-order commit dates, things were, well, in the
    wrong order.
    
    Note that, because the graph is using the commit-date for the X-axis,
    the out-of-order commits also cause the graph lines to form nice
    visual knots.



More information about the Swan-commit mailing list