|
|
|
|
|
by vidarh
5049 days ago
|
|
git is built as a multi-call binary. I wonder if he's perhaps not realizing that all those other "git-*" binaries are hard linked to "git". Depending on which boxes I check on, my git binary has in the region of 80-110 or so hard links (EDIT: admittedly not a statically linked version, but none of it dependencies are big enough that it should add up to anywhere remotely near 230MB) |
|
Thanks for this. I was not aware of that. Perhaps I will give it another try.