显示评论'标题'在ClearCase中

时间:2017-08-29 07:48:39

标签: clearcase

是否有本地方式只列出评论"标题"在ClearCase中?当我说标题时,我指的是与Git类似的东西,其中类型的评论

Some title

Some detailed description of the comment...

添加后,在大多数Git命令中大多只显示Some title,除非用户明确想要查看完整描述。

1 个答案:

答案 0 :(得分:1)

正如我评论的那样,最接近的是打印版本的描述的第一行(cleartool describe):

cleartool describe –fmt "%c" afile | head -1

fmt_ccase,“%c”显示相关评论。

这与UCM活动(将几个版本组合在一起)不同:they do have an "headline" (title)