t7400: Test submodule's configured remote URL
authorW. Trevor King <wking@tremily.us>
Sun, 2 Dec 2012 15:25:01 +0000 (10:25 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Dec 2012 18:22:27 +0000 (13:22 -0500)
commit375b7761741f4a42eeb3ff3bdef192abec24bb59
tree3bc9a775e1fc917c6f3c8dcc9c300ad73a49ce2e
parent90d0cd9b67d340e94ce98cf3154cde88bb3ffd55
t7400: Test submodule's configured remote URL

Note that relative repository arguments passed to

  $ git submodule add <repository> [<path>]

are expanded relative to the superproject's remote URL, not relative
to the current working directory, which is why /foo/ shows up in the
configured URLs.

Signed-off-by: W. Trevor King <wking@tremily.us>
t/t7400-submodule-basic.sh