cleanup
This commit is contained in:
parent
2d16aeb91a
commit
911c63c250
10605 changed files with 2485 additions and 2340 deletions
|
|
@ -1,23 +0,0 @@
|
|||
diff_cmd () {
|
||||
"$merge_tool_path" "$LOCAL" "$REMOTE" | cat
|
||||
}
|
||||
|
||||
diff_cmd_help () {
|
||||
echo "Use Diffuse (requires a graphical session)"
|
||||
}
|
||||
|
||||
merge_cmd () {
|
||||
if $base_present
|
||||
then
|
||||
"$merge_tool_path" \
|
||||
"$LOCAL" "$MERGED" "$REMOTE" \
|
||||
"$BASE" | cat
|
||||
else
|
||||
"$merge_tool_path" \
|
||||
"$LOCAL" "$MERGED" "$REMOTE" | cat
|
||||
fi
|
||||
}
|
||||
|
||||
merge_cmd_help () {
|
||||
echo "Use Diffuse (requires a graphical session)"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue