Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 794 Bytes

Patch Viewer

Single file, browser based side-by-side patch viewer.

Try it online: http://megatops.github.io/PatchViewer/

Just save the PatchViewer.html to use it offline. No any other dependencies or internet access needed.

Screenshot:

image

Release History

v0.6

  • Better support for git format-patch patches.

v0.5

  • Resolved the issue when parsing git diff which contains \ No newline at end of file;
  • Fix for easy selection of multiple lines (by Sajal Gautam).

v0.4

  • Support file list and file navigator;
  • Open source.

v0.3

  • Bug fixes;
  • First public release.

v0.2

  • Support unified diff.

v0.1

  • Initial release, support context diff.