我正在使用配置了(智能HTTP)的Git 1.7.1.我想看看这与git://协议相比有多快,因为现在它们应该是相同的.git-http-backend
结果是git://协议正在压缩更多对象(33,229对21,193)以获得完全相同的 repo(甚至验证客户端),从而为我的项目创建一个大约30MB的packfile.
git://协议需要更多对象有什么理由吗?
remote: Counting objects: 44510, done.
remote: Compressing objects: 100% (33229/33229), done.
Receiving objects: 100% (44510/44510), 124.07 MiB | 2.84 MiB/s, done.
remote: Total 44510 (delta 22755), reused 15866 (delta 7516)
Resolving deltas: 100% (22755/22755), done.
Run Code Online (Sandbox Code Playgroud)
remote: Counting objects: 24299, done.
remote: Compressing objects: 100% (21931/21931), done.
remote: Total 24299 (delta 7517), reused 0 (delta 0)
Receiving objects: 100% (24299/24299), 95.95 MiB | 2.41 MiB/s, done.
Resolving deltas: 100% (7517/7517), done.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1150 次 |
| 最近记录: |