Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
self
/
root
/
proc
/
212
/
root
/
usr
/
lib
/
git-core
/
mergetools
/
//proc/thread-self/root/proc/self/root/proc/212/root/usr/lib/git-core/mergetools/winmerge
diff_cmd () { "$merge_tool_path" -u -e "$LOCAL" "$REMOTE" return 0 } merge_cmd () { # mergetool.winmerge.trustExitCode is implicitly false. # touch $BACKUP so that we can check_unchanged. touch "$BACKUP" "$merge_tool_path" -u -e -dl Local -dr Remote \ "$LOCAL" "$REMOTE" "$MERGED" check_unchanged } translate_merge_tool_path() { mergetool_find_win32_cmd "WinMergeU.exe" "WinMerge" }