Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
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: google/diff-match-patch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Reviewable/diff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 80 files changed
  • 1 contributor

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    f64ba05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6dbbc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Release 1.0.1

    pkaminski committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    13e3990 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    07a0a34 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Configuration menu
    Copy the full SHA
    817d046 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.2

    pkaminski committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    e0d9219 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Configuration menu
    Copy the full SHA
    1ffee17 View commit details
    Browse the repository at this point in the history
  2. Use a single join instead of building up string char-by-char. (#5)

    Codex thinks that building up long strings via concatenation can
    trigger internal stack overflow in Firefox when they're flattened
    for actual use.  Whether that's true or not I believe that joining
    an array will be more efficient anyway.
    
    Also replace a couple leftover calls to `diff_main` with the internal
    function.
    pkaminski authored May 5, 2026
    Configuration menu
    Copy the full SHA
    19e17b0 View commit details
    Browse the repository at this point in the history
Loading