repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t/t0211-trace2-perf.sh: fix typo patern -> pattern
[alt-git.git]
/
t
/
lib-t3100.sh
blob
eabb5fd8034955d1e99b639d2f393f3b986cc7d7
1
#!/bin/sh
2
3
setup_basic_ls_tree_data
() {
4
mkdir dir
&&
5
test_commit dir
/
sub-file
&&
6
test_commit top-file
&&
7
git clone . submodule
&&
8
git submodule add .
/
submodule
&&
9
git commit
-m
"add submodule"
10
}