Merge branch 'da/difftool'

Fix-up to a new feature in 'master'.

* da/difftool:
  difftool: honor --trust-exit-code for builtin tools
This commit is contained in:
Junio C Hamano
2014-11-18 10:16:54 -08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ run_merge_tool () {
else
run_diff_cmd "$1"
fi
status=$?
return $status
}