Open pkitszel opened 11 months ago
A long time ago, the choice was made to use git diff-files
rather than git diff
in the stage view (f99c60950a00d72ca0fc7626de6034c704ea3883). It seems that git diff-files
does not care about diff.orderFile
.
When one invokes
tig
with something inStaged changes
orUnstaged changes
, thediff.orderFile
from config is not honoured.Order is maintained when one uses
tig
to navigate to any recent commit (so for changes already commited), and it works well with plaingit diff
on the very same changes made.tig version 2.5.5
To reproduce in empty test repo: