gpt4 book ai didi

git - 打印 git 标签的消息

转载 作者:太空狗 更新时间:2023-10-29 12:46:44 24 4
gpt4 key购买 nike

我需要一个 git 命令,它只输出给定注释标签的消息。 几乎 git tag -ln 是可能的:

$ git tag -ln v1.3.7
v1.3.7 Here be annotations

只是我不想在开始时使用标记和空格,在此处使用正则表达式感觉有点矫枉过正。有没有我可以使用的内置标志?我使用的是 git 版本 1.8.3.2。

部分答案在 Print commit message of a given commit in git使用 git show --format=%B。我似乎无法将输出限制为仅消息,无论是提交还是标签。

最佳答案

我不确定这需要什么版本的 git,但是对于最新版本你也可以这样做:

git tag -l --format='%(contents)' <tag name>

只获取标签消息本身。

关于git - 打印 git 标签的消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21561789/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com