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: signalapp/Signal-FTS5-Extension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mechairoi/Signal-FTS5-Extension
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.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 8, 2023

  1. Copy the full SHA
    2c58d45 View commit details

Commits on Sep 13, 2023

  1. fix token position

    mechairoi committed Sep 13, 2023
    Copy the full SHA
    0f9583a View commit details
Showing with 766 additions and 39 deletions.
  1. +632 −11 Cargo.lock
  2. +4 −1 Cargo.toml
  3. +77 −0 resources/lindera_ipadic_conf.json
  4. +4 −1 src/common.rs
  5. +5 −1 src/extension.rs
  6. +44 −25 src/lib.rs
Loading