Commit 6a5136e5389034b696c9cd0292a760e78e975fd8

nulltoken 2012-07-06T12:47:14

revparse: only allow decimal reflog ordinal specs 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.