Order of the Butterfly
Posts: 463 from 2003/7/26
From: Wroclaw/Poland
Flow Development Studio has Split View mode which is used as diff viewer. Does someone know if I can set the Flow Studio as diff tool in git?
I has already tried to set:
Code:
git config diff.tool SYS:Applications/FlowStudio/FlowStudio
Unfortunately after:
Code:
git shows me:
Code:
/gg/libexec/git-core/git-difftool--helper: /gg/libexec/git-core/mergetools/MorphOS:Applications/FlowStudio/FlowStudio[1]: syntax error: `(' unexpected
/gg/libexec/git-core/git-difftool--helper: /gg/libexec/git-core/mergetools/MorphOS:Applications/FlowStudio/FlowStudio[1]: syntax error: `(' unexpected
/gg/libexec/git-core/git-difftool--helper: /gg/libexec/git-core/mergetools/MorphOS:Applications/FlowStudio/FlowStudio[1]: syntax error: `(' unexpected
So i think the tool can't be used as difftool in git. However I would like to be sure. Could someone confirm (or not) it?