如何在magit定制log格式

在 ~./gitconfig, 我有

[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all

在 magit, ll会输出不一样的log格式。

有没有一种方法在magit里增加另外一种组合键,例如lL来达到上面git lg1的效果?

la 的信息和你的 alias lg1 没差什么吧

对的,只是颜色上有点差异。更想知道有没有一种定制的方法,可以用在其他定制的log上。

From the author of magit, it seems undoable, see here.

如果只是颜色不同,设置 faces 就行了。magit 显示的信息足够了,不知道楼主还想要什么信息。

我觉得颜色挺丰富的啊,不知道你想要啥颜色