We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c10d06 commit a98e74cCopy full SHA for a98e74c
experiments/object-access/src/main.rs
@@ -1,8 +1,3 @@
1
-//! Currently this experiment fails as `locate(…)` can't actually find objects. My guess is that
2
-//! it can't find objects in packs for some reason because it could find some objects there were
3
-//! probably loose, but failed right away after a `git gc`.
4
-//! Let's see if a unit test can reproduce this too, right now this functionality is entirely untested
5
-//! I think.
6
use anyhow::anyhow;
7
use git_hash::ObjectId;
8
use git_odb::Locate;
0 commit comments