如何让全从浅克隆提交日志?(how to get full commit log from a sh

2019-10-23 01:30发布

是否有可能得到一个本地副本是一个浅克隆提交日志记录(--depth = 1)

我使用浅克隆我的詹金斯建设工作得到的代码,并建立,但因为我使用浅克隆changelog的是不完整的。 有没有办法解决,一个方法是什么?

Answer 1:

你不能。

但是,如果有帮助,你可以得到的标签列表(如果您的詹金斯的工作要检查标签),通过git的LS-远程 。

死亡



文章来源: how to get full commit log from a shallow clone?