Closed kaushalmodi closed 7 years ago
Commit hash is a hexadecimal code -- 0..9, a..f
Also support commit hash in upper case.
Use string-match-p instead of string-match as the regexp comparison is done just for boolean check.
string-match-p
string-match
I have force pushed the fix to this branch.
Thanks!
Commit hash is a hexadecimal code -- 0..9, a..f
Also support commit hash in upper case.
Use
string-match-p
instead ofstring-match
as the regexp comparison is done just for boolean check.