diff_cmd () { "$merge_tool_path" "$LOCAL" "$REMOTE" >/dev/null 2>&1 } merge_cmd () { # Adding $(pwd)/ in front of $MERGED should not be necessary. # However without it, DeltaWalker (at least v1.9.8 on Windows) # crashes with a JRE exception. The DeltaWalker user manual, # shows $(pwd)/ whenever the '-merged' options is given. # Adding it here seems to work around the problem. if $base_present then "$merge_tool_path" "$LOCAL" "$REMOTE" "$BASE" -merged="$(pwd)/$MERGED" else "$merge_tool_path" "$LOCAL" "$REMOTE" -merged="$(pwd)/$MERGED" fi >/dev/null 2>&1 } translate_merge_tool_path() { echo DeltaWalker }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
araxis | File | 392 B | 0644 |
|
bc3 | File | 401 B | 0644 |
|
codecompare | File | 387 B | 0644 |
|
deltawalker | File | 628 B | 0644 |
|
diffuse | File | 282 B | 0644 |
|
ecmerge | File | 340 B | 0644 |
|
emerge | File | 415 B | 0644 |
|
gvimdiff | File | 29 B | 0644 |
|
gvimdiff2 | File | 29 B | 0644 |
|
kdiff3 | File | 499 B | 0644 |
|
kompare | File | 83 B | 0644 |
|
meld | File | 680 B | 0644 |
|
opendiff | File | 301 B | 0644 |
|
tkdiff | File | 224 B | 0644 |
|
tortoisemerge | File | 638 B | 0644 |
|
vimdiff | File | 625 B | 0644 |
|
vimdiff2 | File | 29 B | 0644 |
|
xxdiff | File | 618 B | 0644 |
|