如何传递git blame
诸如-C
to之类的选项git gui blame
?只是打字
git gui blame -C somefile
结果是
错误:未知开关 `-C'
用法:git cat-file ...
我看到该--line=x
选项受支持git gui blame
,但git blame
似乎不包括其他选项。
if {$subcommand eq "blame"} {
set subcommand_args {[--line=<num>] rev? path}
} else {
set subcommand_args {rev? path}
}