t7400: clarify 'submodule add' tests
commita76c944bbe207953c9f0f23311702d2b8225d486
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 10 Apr 2010 05:39:04 +0000 (10 00:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Apr 2010 04:30:59 +0000 (10 21:30 -0700)
tree616d7af6c46118cca0c7987138c18162fcc7870d
parentfe454b13156e639adaae4526d04fd5b74eb8c84c
t7400: clarify 'submodule add' tests

A new reader may not realize what properties the $submodurl
repository needs to have.

One of the tests is checking that ‘submodule add -b foo’ creates
a ‘foo’ branch.  Put this test in context by checking that
without -b, no ‘foo’ branch is created.

While at it, make sure each added submodule is a reasonable
repository, with clean index, no stray files, and so on.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7400-submodule-basic.sh