在tig中,当显示差异视图时,我们只能查看每个提交的差异。我要实现的是一种查看所有文件的差异的方法(就像git diff
或Github Pull Request差异视图一样)。有没有办法做到这一点?
范例图片:https://i.imgur.com/evIe71O.png
答案 0 :(得分:0)
不知道您的意思all files
。差异视图已经是git diff
的寻呼机。
如果要增加块上下文,只需按]
或在.tigrc
中进行设置,如
set diff-context = 300 # Number of lines to show around diff changes (diff)