Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rugged (v0.19.0) 中是否有与 Grit 等效的方法Repository#status?
Repository#status
我Repository#status也在 Rugged 中找到了一个,但它不包含我正在搜索的信息*。
*哪些暂存文件有添加,哪些新文件被引入存储库。
你应该使用 dev 分支中的坚固,0.19 版本已经很老了。较新版本的坚固/libgit2 提供了更多信息。
当您调用时Repository#status,它会返回名称+状态对的所有列表,其中应该包含您所要求的内容。那里缺少什么信息?