Commit 02012906 authored by Chris Tozer's avatar Chris Tozer

Add DiffView package

Side-by-side diff viewer.

Currently supports Git only.  Only tested on Sublime Text 3.
parent 19734b8a
...@@ -460,6 +460,17 @@ ...@@ -460,6 +460,17 @@
} }
] ]
}, },
{
"name": "DiffView",
"details": "https://github.com/CJTozer/SublimeDiffView",
"labels": ["Git", "diff", "compare", "difference", "comparison"],
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{ {
"name": "Diffy", "name": "Diffy",
"details": "https://github.com/zsong/diffy", "details": "https://github.com/zsong/diffy",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment