2011/12/29 Antony Male <antony.male@xxxxxxxxx>: <snip> > die "$(eval_gettext "Clone of '\$url' into submodule path '\$path' failed")" > fi > + echo "gitdir: $rel_gitdir" >"$path/.git" This will replace an already created file. Is it really the best solution to create a gitfile with an absolute path and after that replace it with a relative path. Why not write the relative path from the beginning? The patch also breaks two tests: t7406 and t5526. Regards Fredrik -- 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