webdiff
webdiff copied to clipboard
Two-column web-based git difftool
When I run `webdiff https://github.com/danvk/webdiff/pull/81/files` and look at `webdiff/static/js/components.jsx`, there are a few issues: 1. The `Root` class (lines 5–90 on the right side) has a confusing diff. There are...
The git UI for merges is confusing: ``` blah ``` It would be nice if webdiff could show the three-way merge.
A frequent use case is to run `git webdiff` to review your unstaged changes in a git repo. When run this way, it would be helpful to have a "stage"...
Check out [GitX](https://github.com/pieter/gitx); it has not been updated since 2009 AFAICT but I use it as a pretty handy diff viewer / commit-creation tool. Notable features: - stage/unstage diffs -...
webdiff provides an alternative way to view GitHub PRs. But you're typically looking at a PR because you're reviewing it, so it feels incomplete without being able to publish comments....
While showing a GitHub PR, it would be helpful to show inline comments. Requires [webdiff#7](https://github.com/danvk/codediff.js/issues/7).
https://pypip.in/v/webdiff/badge.png https://pypip.in/d/webdiff/badge.png https://pypip.in/wheel/webdiff/badge.png These can all link to https://pypi.python.org/pypi/webdiff
Rietveld & co show a red ≫ symbol. Should allow custom tab widths. Default should probably be 8.
Here's an example session: ``` $ webdiff https://github.com/hammerlab/cycledash/pull/200/files Loading pull request hammerlab/cycledash#200 from github... __tests__/pdifftests/examine-charted.png... __tests__/pdifftests/examine-sorted.png... __tests__/pdifftests/examine-tooltip.png... __tests__/pdifftests/examine.png... Serving diffs on http://localhost:51234 Close the browser tab or hit Ctrl-C when...