Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mm/push-social-engineering-attack-doc' into maint
[gitweb.git]
/
mergetools
/
p4merge
diff --git
a/mergetools/p4merge
b/mergetools/p4merge
index 5a608abf9c77f436ab1472592e3d5777ef83805d..7a5b291dd28ad5b60ca0492480b800aaa9cc929e 100644
(file)
--- a/
mergetools/p4merge
+++ b/
mergetools/p4merge
@@
-20,14
+20,12
@@
diff_cmd () {
}
merge_cmd () {
- touch "$BACKUP"
if ! $base_present
then
cp -- "$LOCAL" "$BASE"
create_virtual_base "$BASE" "$REMOTE"
fi
"$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
- check_unchanged
}
create_empty_file () {