Age | Commit message (Collapse) | Author |
|
The original commands in .tigrc use rev^! which will exclude all of its
parents. It mades difftool not work. This commit changes it to rev^-
which exclude 1th parent so the diff in difftool will march the diff
showed in tig (--diff-merges=first-parent) now.
|
|
The diff of merge commit in tig only show filenames. Add this options to
make diff view show diff related to first parent.
|
|
This is to make commands in .tigrc use default difftool in .gitconfig.
So it will not influence when I change difftool in the future.
|
|
Add keybinds to call git difftool in tig. Use D in all views to show the
diffs of commit/file.
Besides, this commit also changes the structure of .tigrc file.
|
|
|