• Show log

    Commit

  • Hash : bb45c57f
    Author : Carlos Martín Nieto
    Date : 2013-03-07T16:38:44

    refs: explicitly catch leading slashes It's somewhat common to try to write "/refs/tags/something". There is no easy way to catch it during the main body of the function, as there is no way to distinguish whether it's a leading slash or a double slash somewhere in the middle. Catch this at the beginning so we don't trigger the assert in is_all_caps_and_underscore().