【发布时间】:2011-07-11 16:29:08
【问题描述】:
我有一个 git commit 模板如下:
[overtype with subject line up to 50 chars ----->]
[overtype with details of what's in the commit]
[other information]
Ticket-Refs:
我想将“Ticket-Refs:”后面的字符串附加到git log graph --pretty=format:
我试图使用--grep= 在%b 或%B 上实现此目的,我们将不胜感激。
【问题讨论】: