diff options
author | Carlos MartÃn Nieto <cmn@dwim.me> | 2014-07-24 16:46:59 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-08-05 02:09:37 +0200 |
commit | f3f9dc075ec27935185d7f576515782416ae3cb6 (patch) | |
tree | 9f523c182bf15ae25923f3a75468691490f3bfb3 /src/buf_text.h | |
parent | 440a87a119568077fe771461152b0246782d30f7 (diff) | |
download | libgit2-f3f9dc075ec27935185d7f576515782416ae3cb6.tar.gz |
revwalk: remove preallocation of the uninteresting commits
Preallocating two commits doesn't make much sense as leaving allocation
to the first array usage will allocate a sensible size with room for
growth.
This preallocation has also been hiding issues with strict aliasing in
the tests, as we have fairly simple histories and never trigger the
growth.
Diffstat (limited to 'src/buf_text.h')
0 files changed, 0 insertions, 0 deletions