如何传递git blame诸如-Cto之类的选项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}
}