repo.or.cz
/
git
/
git-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maint
[git/git-svn.git]
/
t
/
t1013-read-tree-submodule.sh
blob
20526aed34212597179eff4bec41866ae3254183
1
#!/bin/sh
2
3
test_description
=
'read-tree can handle submodules'
4
5
. .
/
test-lib.sh
6
.
"
$TEST_DIRECTORY
"
/
lib-submodule-update.sh
7
8
test_submodule_switch
"git read-tree -u -m"
9
10
test_submodule_forced_switch
"git read-tree -u --reset"
11
12
test_done