webdiff icon indicating copy to clipboard operation
webdiff copied to clipboard

Two-column web-based git difftool

Results 97 webdiff issues
Sort by recently updated
recently updated
newest added

You can reload a diff page to see changes when a file changes on disk. But the metadata (e.g. image dimensions, whether there are any changes) does not get updated.

bug

This would be simple to add and would make it clear where the big changes are.

enhancement

This currently shows up as an empty diff. There should be a message at the top.

enhancement

"n" and "p" do this in Critique and other review tools. Would be a nice complement to j/k.

enhancement

`git commit` is fairly good about detecting when you move + modify a file. `git webdiff` detects pure moves, but it should also detect move + modify in a similar...

- For file diffs: difflib.js → `git diff --no-index left right` - For directory diffs: hand-rolled code → `git diff --no-index --raw left right` This eliminates a bunch of code,...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies
javascript

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies
javascript