Jeff King <[email protected]> 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 <[email protected]>
Reviewed-by: Thomas Rast <[email protected]> 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 [email protected] -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

