• Show log

    Commit

  • Hash : b7107131
    Author : Russell Belfer
    Date : 2013-07-22T11:01:19

    git_reference_next_name must match git_reference_next
    
    The git_reference_next API silently skips invalid references when
    scanning the loose refs.  The git_reference_next_name API should
    skip the same ones even though it isn't creating the reference
    object.
    
    This adds a test with a an invalid loose reference and makes sure
    that both APIs skip the same entries and generate the same results.