diff options
Diffstat (limited to '.tigrc')
-rw-r--r-- | .tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ bind refs M ?git merge %(branch) bind generic S view-grep # Use git difftool to view the diff -bind generic D !git difftool --no-prompt --trust-exit-code %(commit)^! -bind diff D !git difftool --no-prompt --trust-exit-code %(commit)^! -- %(file) +bind generic D !git difftool --no-prompt --trust-exit-code %(commit)^- +bind diff D !git difftool --no-prompt --trust-exit-code %(commit)^- -- %(file) bind stage D !git difftool --no-prompt --trust-exit-code HEAD -- %(file) bind stage D !sh -c "git difftool --no-prompt --trust-exit-code `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'" |