Sign in
code
/
git
/
a10f6e2bda995d4cbf1b2bd081bf74bc575013d9
/
.
/
t
/
lib-t3100.sh
blob: eabb5fd8034955d1e99b639d2f393f3b986cc7d7 [
file
] [
log
] [
blame
]
#!/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"
}