Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lib-t3100.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eabb5fd8034955d1e99b639d2f393f3b986cc7d7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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"
}