From: Stefan Beller Date: Mon, 10 Oct 2016 17:56:11 +0000 (-0700) Subject: submodule: ignore trailing slash in relative url X-Git-Tag: v2.11.0-rc0~20^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3389e78ec8cd117f981ce3963a901b66db6c8206?hp=3389e78ec8cd117f981ce3963a901b66db6c8206 submodule: ignore trailing slash in relative url This is similar to the previous patch, though no user reported a bug and I could not find a regressive behavior. However it is a good thing to be strict on the output and for that we always omit a trailing slash. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---