Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use git diff for diffs #150

Merged
merged 49 commits into from
May 29, 2024
Merged

Use git diff for diffs #150

merged 49 commits into from
May 29, 2024

Commits on Sep 6, 2022

  1. NOTES

    danvk committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a02ed3f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Working on diff conversion

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0b8915c View commit details
    Browse the repository at this point in the history
  2. Parsing diffs!

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    e9d7bf5 View commit details
    Browse the repository at this point in the history
  3. Support num_lines for end skips

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5b6a085 View commit details
    Browse the repository at this point in the history
  4. Rename + Change test

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1c6325a View commit details
    Browse the repository at this point in the history
  5. Test with patch-u5

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1efeda5 View commit details
    Browse the repository at this point in the history
  6. LocalFileDiff --> dataclass

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    b4f7e07 View commit details
    Browse the repository at this point in the history
  7. Codes --> dataclass

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    aa36e86 View commit details
    Browse the repository at this point in the history
  8. Parsing raw diff output

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    9b0fd49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d386beb View commit details
    Browse the repository at this point in the history
  10. add diff endpoint

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    05aa4fb View commit details
    Browse the repository at this point in the history
  11. Use git diff ops in webdiff!

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ce0da23 View commit details
    Browse the repository at this point in the history
  12. Context

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    311dab5 View commit details
    Browse the repository at this point in the history
  13. Update highlight.js

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    790bf08 View commit details
    Browse the repository at this point in the history
  14. post to /diff

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    923f4e3 View commit details
    Browse the repository at this point in the history
  15. Add an option (-w)

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    7eb3150 View commit details
    Browse the repository at this point in the history
  16. Factor out DiffOptionsControl

    danvk committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    048647f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    384993e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    047a1ca View commit details
    Browse the repository at this point in the history
  2. styled diff options panel

    danvk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    5746e8d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. thread through some options

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    5abe852 View commit details
    Browse the repository at this point in the history
  2. wire up styling

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    bb3c1aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52f4b8d View commit details
    Browse the repository at this point in the history
  4. fix "show -3 lines" bug

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    57269c9 View commit details
    Browse the repository at this point in the history
  5. maxLinesForSyntax

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    a334a1e View commit details
    Browse the repository at this point in the history
  6. Support binary diffs again

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    3397e32 View commit details
    Browse the repository at this point in the history
  7. update codediff.js, bugfix

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    dadcd44 View commit details
    Browse the repository at this point in the history
  8. Fix bug with pure moves

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9ea481c View commit details
    Browse the repository at this point in the history
  9. add unidiff dependency

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    c0e52ad View commit details
    Browse the repository at this point in the history
  10. delete irrelevant test

    danvk committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    ec57ddc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. blacken, version bump

    danvk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f230086 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    38feb56 View commit details
    Browse the repository at this point in the history
  2. blacken

    danvk committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    aecb131 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. check for symlinks and inline

    danvk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0130df6 View commit details
    Browse the repository at this point in the history
  2. we may be in business!

    danvk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fc38ae1 View commit details
    Browse the repository at this point in the history
  3. swap in symlink-y directory

    danvk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5e12369 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    090889c View commit details
    Browse the repository at this point in the history
  5. no chardiff on last line

    danvk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    76ac1ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. no-trailing-newline test

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f42c555 View commit details
    Browse the repository at this point in the history
  2. fix bug w/ trailing newlines

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    955e2cb View commit details
    Browse the repository at this point in the history
  3. pin Werkzeug

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    25db9af View commit details
    Browse the repository at this point in the history
  4. delete TODO

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    635136c View commit details
    Browse the repository at this point in the history
  5. add long line no space test

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    118ae79 View commit details
    Browse the repository at this point in the history
  6. pare back test case

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b3f20fd View commit details
    Browse the repository at this point in the history
  7. overflow-wrap: anywhere

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f9cb6ae View commit details
    Browse the repository at this point in the history
  8. webdiff.colors

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    895d2df View commit details
    Browse the repository at this point in the history
  9. add docs on configuration

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7465a60 View commit details
    Browse the repository at this point in the history
  10. fix typo

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fe1f68c View commit details
    Browse the repository at this point in the history
  11. add some implementation notes

    danvk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    93e73bb View commit details
    Browse the repository at this point in the history