mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
97e3d189ca
My guess is that this is caused by the rather large buffer size of 2000. Since we know that a full SHA will never be longer than 40+1 bytes, we simply use a default define from libgit2 for the buffer size.