We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git_odb::compound::Db::locate()
Write unit test to reproduce.
Manual testing with this sample program it turned out that loose objects can be located, but not objects that are packed.
Here is how it can be invoked:
git rev-list --objects --no-object-names HEAD | cargo eval ./object-access.rs
I recommend installing cargo-eval using cargo install --git https://github.com/reitermarkus/cargo-eval to get the latest greatest.
cargo-eval
cargo install --git https://github.com/reitermarkus/cargo-eval
The text was updated successfully, but these errors were encountered:
Add experiment based on Josh Triplett's gist, related to #59
76236d0
Move pack fixtures into place which resembles an actual object db (#59)
fb5cea4
Add failing test (#59)
d629339
Fix initializing pack bundles in compound db (#59)
5a48e08
And loose out on object access performance (#59)
ab41fa9
No branches or pull requests
Write unit test to reproduce.
Manual testing with this sample program it turned out that loose objects can be located, but not objects that are packed.
Here is how it can be invoked:
I recommend installing
cargo-eval
usingcargo install --git https://github.com/reitermarkus/cargo-eval
to get the latest greatest.The text was updated successfully, but these errors were encountered: