src-d / go-git

Project has been moved to: https://github.com/go-git/go-git
https://github.com/go-git/go-git
Apache License 2.0
4.91k stars 541 forks source link

git add/reset command really really slow #1234

Open arriqaaq opened 4 years ago

arriqaaq commented 4 years ago

I was trying to add a 50MB file to an empty git repo. Turns out it takes over a minute using the library, and ~10s using command line git.

The Reset command also is slow comparatively