如何将-C
等git blame
选项传递给git gui blame
?仅键入
git gui blame -C somefile
结果在
错误:未知开关"-C">
用法: git 猫文件...
我看到git gui blame
支持--line=x
选项,但似乎不包括其他git blame
选项。
请参阅git-gui/git-gui.sh
if {$subcommand eq "blame"} {
set subcommand_args {[--line=<num>] rev? path}
} else {
set subcommand_args {rev? path}
}