Comparing gbprod:main...maribu:main · gbprod/tree-sitter-gitcommit · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gbprod/tree-sitter-gitcommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: maribu/tree-sitter-gitcommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 1, 2026

  1. feat: inject content to markdown

    inject the subject to markdown-line and the body to markdown.
    maribu committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    47f273f View commit details
    Browse the repository at this point in the history
  2. fix: fix compilation of the scanner for WASM

    Do not use `<wctype.h>`, but quickly hand-roll the function to test for
    whitespace and control chars, as `<wctype.h>` is not available for WASM.
    maribu committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    42d3d1c View commit details
    Browse the repository at this point in the history
  3. chore: tree-sitter generate

    maribu committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    ec6586e View commit details
    Browse the repository at this point in the history
Loading