简体   繁体   English

如何在tig中更改修订列表

[英]How to change rev-list in tig

tig provides useful rev-list filtering on the command line. tig在命令行上提供了有用的rev-list过滤。 My questions is - how do I filter the rev-list "after" the tig has been invoked. 我的问题是-如何在调用tig之后“过滤”修订列表。 For example, I'd like to browse different branches with "refs-view". 例如,我想使用“ refs-view”浏览不同的分支。

And then do the rev-list filtering such as --author, --no-merges, etc. 然后执行修订列表过滤,例如--author,--no-merges等。

You cannot change the rev-list filtering arguments in tig. 您不能在tig中更改rev-list过滤参数。 The only thing that can be manipulated is file filtering, which can be toggled on/off. 唯一可以操纵的是文件过滤,可以打开/关闭。

I suggest you open an issue: https://github.com/jonas/tig/issues 我建议您打开一个问题: https : //github.com/jonas/tig/issues

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM