webdiff
webdiff copied to clipboard
Two-column web-based git difftool
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.
This would be simple to add and would make it clear where the big changes are.
...and it probably should..?
This currently shows up as an empty diff. There should be a message at the top.
"n" and "p" do this in Critique and other review tools. Would be a nice complement to j/k.
`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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
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]...
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...