Sign in
googlers
/
jrn
/
git
/
337b4d400023d22207bcc3c29e9ebab31bf96fc2
/
.
/
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"
}