Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set --no-ext-diff when running git diff
If a user has the following set in their git config: ```properties [diff] external = difft ``` edmagit will fail to parse the `git diff` output. This should fix that. Fixes #228
- Loading branch information