Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有办法改变 Magit 在 magit-log 上突出显示当前签出分支的方式。git log --decorate将HEAD在签出提交时显示,而 Magit 在签出提交@时显示(没有分支),但是,当签出分支时,分支名称将包含在一个矩形中,如下所示:
git log --decorate
HEAD
@
但是,当从终端运行 emacs 时,相同的签出分支将显示为:
如您所见,无法识别当前签出的分支。
我试过了,customize-face但这没有用......
customize-face
谢谢你的帮助,洛伦佐
自定义magit-branch-current,使其不同于magit-branch-local. 差异显然必须涉及在终端中实际具有影响的属性,例如前景色。
magit-branch-current
magit-branch-local