Jeff King <p...@peff.net> 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 <p...@peff.net>

Reviewed-by: Thomas Rast <t...@thomasrast.ch>

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
t...@thomasrast.ch
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to