Provide more information to user when there is a problem with git.exe
[TortoiseGit.git] / contrib / diff-scripts / Readme.txt
blob5e4b5073e5684116213e98a5081ab8c5f9f0cc0f
1 This folder contains scripts which can be used to start other programs\r
2 to diff non-text files.\r
3 \r
4 The scripts are named after the file extension they're able to diff.\r
5 E.g. the script to diff word files is called 'diff-doc.vbs', the script\r
6 to merge three word files is called 'merge-doc.vbs'.\r
7 \r
8 The scripts must be implemented so that they take the following parameters:\r
9 diff-ext %base %mine\r
10 merge-ext %merged %theirs %mine %base\r
12 The scripts can then decide themselves if they need all the params or if\r
13 they have to add additional params to the application they call.\r