OSDN Git Service

Pick Ref: Prepare ref picker to be able to leave out some ref types.
[tortoisegit/TortoiseGitJp.git] / contrib / other / diff-scripts / Readme.txt
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
11 \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