Skip to content

Commit

Permalink
Update tree-sitter-git-commit (helix-editor#7831)
Browse files Browse the repository at this point in the history
This fixes a problem parsing the "On branch _branch_" part of the
commit comment when the branch contains a slash.
  • Loading branch information
the-mikedavis authored and mtoohey31 committed Jun 2, 2024
1 parent 702af88 commit 07b2a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ text-width = 72

[[grammar]]
name = "git-commit"
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "db88cffa3952dd2328b741af5d0fc69bdb76704f" }
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "6f193a66e9aa872760823dff020960c6cedc37b3" }

[[language]]
name = "diff"
Expand Down

0 comments on commit 07b2a42

Please sign in to comment.