On Tue, 14 Oct 2008, Brandon Casey wrote: > This test is supposed to disallow remote entries in the config file of the > form: > > [remote "/foobar"] > ... > > The leading slash in '/foobar' is not acceptable. > > Instead it was incorrectly testing that the subkey had no leading '/', which > had no effect since the subkey pointer was made to point at a '.' in the > preceding lines. > > Signed-off-by: Brandon Casey <casey@xxxxxxxxxxxxxxx> Good catch; looks like I was checking for a mistake that nobody ever makes, but it's still good to check. Acked-by: Daniel Barkalow <barkalow@xxxxxxxxxxxx> -- 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