On Thu, Dec 01, 2016 at 09:51:07AM -0800, Brandon Williams wrote: > On 12/01, Johannes Sixt wrote: > > Am 01.12.2016 um 02:28 schrieb Brandon Williams: > > >+ git init "su:b" && > > > > Don't do that. Colons in file names won't work on Windows. > > > > -- Hannes > > > > This test is needed to see if the code still works with filenames that > contain colons. Is there a way to mark the test to not run on windows? Junio suggested !MINGW, which seems sensible. Earlier I mentioned doing the whole thing in-index, but I think that might get tricky because we try to find the submodule as ".git/modules/<path>". So it probably isn't worth the trouble. -Peff