diff options
Diffstat (limited to '.tigrc')
-rw-r--r-- | .tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ bind generic S view-grep 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 --tool=vimdiff --trust-exit-code --no-prompt `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'" +bind stage D !sh -c "git difftool --no-prompt --trust-exit-code `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'" # Misc bind generic T !git notes edit %(commit) |