标签: git patch
如何以git格式制作更改日志如下? 所有更改日志V1-> V2 ......都在“---”之后
Signed-off-by: xxx --- Changes in v2: - xxx xxx xxx Changes in v3: - xxx xxx xxx drivers/media/platform/sh_veu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
答案 0 :(得分:0)
您需要某种更改日志生成器,例如git-chglog/git-chglog。
git-chglog/git-chglog
如果没有,请至少尝试log between two tags:
git log --oneline tag1..tag2