Skip to content

Commit

Permalink
Be more permissive about blame commit hash length
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Nov 9, 2021
1 parent 94cf4f6 commit ddafe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/blame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ lazy_static! {
r"(?x)
^
(
[0-9a-f]{8} # commit hash
[0-9a-f]{7,40} # commit hash
)
[\ ]
\( # open (
Expand Down

0 comments on commit ddafe23

Please sign in to comment.