This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
来自手册:
因此,例如,如果您想要 vim 包的变更日志,您可以执行:
pacman -Qc vim
。From the manual:
So, if you wanted the changelog for the vim package, for example, you would do:
pacman -Qc vim
.更好的解决方案是使用 pacolog (gitlab, aur),它至少显示了包提交,例如
pacolog -l 3 vim
A better solution would be to use pacolog (gitlab, aur), which at least shows you the package commits, e.g.
pacolog -l 3 vim
您可以使用
asp checkout pkgname
和git diff ...
来查看发生了什么。例子:
You can use
asp checkout pkgname
andgit diff ...
to see what happened.Example: