• Show log

    Commit

  • Hash : 8ec889a4
    Author : Carlos Martín Nieto
    Date : 2013-11-02T14:07:02

    branch: move from foreach to an iterator
    
    Create a git_branch_iterator type which is equivalent to the foreach but
    lets us write loops instead of callbacks.
    
    Since the introduction of git_reference_shorthand(), the added value of
    passing the name is reduced.