Sign in
code
/
git
/
a8a773c28fa618be573be7bce05d37ac4d079a80
/
.
/
t
/
lib-t3100.sh
blob: eabb5fd8034955d1e99b639d2f393f3b986cc7d7 [
file
]
#!/bin/sh
setup_basic_ls_tree_data
()
{
mkdir dir
&&
test_commit dir
/
sub
-
file
&&
test_commit top
-
file
&&
git clone
.
submodule
&&
git submodule add
./
submodule
&&
git commit
-
m
"add submodule"
}