Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTTreeBuilder: don't add blob data lazily #566

Merged
merged 1 commit into from
Mar 24, 2016
Merged

GTTreeBuilder: don't add blob data lazily #566

merged 1 commit into from
Mar 24, 2016

Commits on Mar 23, 2016

  1. GTTreeBuilder: don't add blob data lazily

    Don't add the blob data lazily to the object database (during tree
    creation), which would prevent strict object validity checking from
    functioning.  In addition, this prevents us from hashing the file
    twice (once to compute the OID, again when adding to the object
    database) and reduces memory overhead.
    Edward Thomson committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    0a9019b View commit details
    Browse the repository at this point in the history