diff options
author | Guangxiong Lin <[email protected]> | 2022-01-23 12:21:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-23 12:21:46 +0800 |
commit | 8b4f1525d95066464316156ec5a3c1b2c1c00e0c (patch) | |
tree | 155e1d793aa531e0561357e68a562a7a55d14f1b | |
parent | 344f809ff1bdc8d8cc00de4e4651aff8722a147b (diff) | |
download | dotfiles-8b4f1525d95066464316156ec5a3c1b2c1c00e0c.tar.gz dotfiles-8b4f1525d95066464316156ec5a3c1b2c1c00e0c.tar.bz2 dotfiles-8b4f1525d95066464316156ec5a3c1b2c1c00e0c.zip |
Add --diff-merges=first-parent in .tigrc
The diff of merge commit in tig only show filenames. Add this options to
make diff view show diff related to first parent.
-rw-r--r-- | .tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +set diff-options = --diff-merges=first-parent + # Navigation bind generic g move-first-line bind generic G move-last-line |