mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
12 lines
507 B
JSON
12 lines
507 B
JSON
{
|
|
"version": "1.6.7",
|
|
"license": "GPL",
|
|
"url": "http://downloads.sourceforge.net/project/tortoisesvn/Tools/1.6.7/TortoiseDiff-1.6.7.zip",
|
|
"hash": "f530dc5d460ca6e27912bee68a8a5dc54a2e9263ac6e932438240571f92515fa",
|
|
"bin": ["tortoisemerge.exe"],
|
|
"post_install":
|
|
"try { $null = gcm git -ea stop; git config --global mergetool.tortoisemerge.path $(scoop which tortoisemerge) } catch { }",
|
|
"notes": "If you would like to use TortoiseMerge with Git, run:
|
|
|
|
git config --global merge.tool tortoisemerge"
|
|
} |