• Show log

    Commit

  • Hash : 0f0f5655
    Author : Russell Belfer
    Date : 2013-08-19T10:42:48

    Don't try to pack symbolic refs
    
    If there were symbolic refs among the loose refs then the code
    to create packed-refs would fail trying to parse the OID out of
    them (where Git just skips trying to pack them).  This fixes it.