I use tig to view what's changed. But how to show the full path in the changed file list instead of only part of long file path?
for example, I want to see the full path of SpecialAnswList.java, instead of the ... prefix.
---
│ .../ui/component/SpeciaAnswList.java | 44 ++++++++--------------
│ 1 file changed, 16 insertions(+), 28 deletions(-)
Since Tig's uses git-show(1) to display diffs you can use the
--stat
diff option. For example:Unfortunately, there is no option to scale it by a percentage, so you have to do that manually.
Here's the documentation for the option: