From 8b4f1525d95066464316156ec5a3c1b2c1c00e0c Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 23 Jan 2022 12:21:46 +0800 Subject: 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. --- .tigrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tigrc b/.tigrc index c443219..16d0709 100644 --- a/.tigrc +++ b/.tigrc @@ -1,3 +1,5 @@ +set diff-options = --diff-merges=first-parent + # Navigation bind generic g move-first-line bind generic G move-last-line -- cgit v1.2.3