t7406: "git submodule update {--merge|--rebase]" with new submodules
authorSpencer E. Olson <olsonse@umich.edu>
Thu, 17 Feb 2011 16:18:46 +0000 (09:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Feb 2011 20:25:17 +0000 (12:25 -0800)
Add two test cases in t7406 to ensure that the --merge/--rebase options
are ignored for "git submodule update" with new modules. These test that
a simple checkout is performed instead.

Signed-off-by: Spencer E. Olson <olsonse@umich.edu>
Acked-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found