1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 14:56:07 +02:00
This commit is contained in:
Bert Huijben 2024-04-25 23:52:28 +00:00 committed by GitHub
commit 39b72c093e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,3 +24,7 @@ merge_cmd_help () {
exit_code_trustable () {
true
}
translate_merge_tool_path() {
mergetool_find_win32_cmd "sgdm.exe" "SourceGear/Common/DiffMerge"
}