• Show log

    Commit

  • Hash : 5a6f31f2
    Author : nulltoken
    Date : 2012-07-12T13:20:29

    revparse: only allow decimal specifiers in carete and tilde synatx
    
        passing 0 to git_strol(32|64) let the implementation guess if it's
        dealing with an octal number or a decimal one.
    
        Let's make it safe and ensure that both 'HEAD@{010}' and 'HEAD@{10}'
        point at the same commit.