If the user has configured Git's diff.external to use an external diff tool, then t3code falls back to showing the raw patch. For example with difftastic it looks like this:
If would be better if t3code would use the git diff --no-ext-diff parameter to disable the external diff tool, so that Git would output the standard diff format and t3code would understand it.
If the user has configured Git's diff.external to use an external diff tool, then t3code falls back to showing the raw patch. For example with difftastic it looks like this:
If would be better if t3code would use the
git diff --no-ext-diffparameter to disable the external diff tool, so that Git would output the standard diff format and t3code would understand it.