Jeff King <peff@xxxxxxxx> writes: > Now that we can read and write bitmaps, we can exercise them > with some basic functionality tests. These tests aren't > particularly useful for seeing the benefit, as the test > repo is too small for it to make a difference. However, we > can at least check that using bitmaps does not break anything. > > Signed-off-by: Jeff King <peff@xxxxxxxx> Reviewed-by: Thomas Rast <tr@xxxxxxxxxxxxx> One nit: > +test_expect_success JGIT 'jgit can read our bitmaps' ' > + git clone . compat-us.git && > + ( > + cd compat-us.git && The name suggests a bare repo, but it is a full clone. Not that it matters. -- Thomas Rast tr@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html