Browse Source
Test that the read-tree command updates the work tree as expected for changes which don't result in conflicts with the '-m' and '--reset' flag. Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Jens Lehmann
11 years ago
committed by
Junio C Hamano
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh |
||||
|
||||
test_description='read-tree can handle submodules' |
||||
|
||||
. ./test-lib.sh |
||||
. "$TEST_DIRECTORY"/lib-submodule-update.sh |
||||
|
||||
test_submodule_switch "git read-tree -u -m" |
||||
|
||||
test_submodule_forced_switch "git read-tree -u --reset" |
||||
|
||||
test_done |
Loading…
Reference in new issue