我试图了解合并后对hapi / index.d.ts的更改:https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11739
以下内容:
git checkout 80060c9
git show 80060c9 hapi/index.d.ts
此git show
输出显示26次插入和21次删除。但是(非常长的)提交消息没有明确提到hapi,只提到不相关的hapi-decorators merged pull request。我想知道hapi / index.d.ts的这些更改是什么,并且想要确认它们是否来自提交80060c9而不是最初来自具有更具描述性的提交消息的不同提交。