gitmodules 676 Bytes
Newer Older
Russell Belfer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
[submodule "sm_missing_commits"]
	path = sm_missing_commits
	url = ../submod2_target
[submodule "sm_unchanged"]
	path = sm_unchanged
	url = ../submod2_target
[submodule "sm_changed_file"]
	path = sm_changed_file
	url = ../submod2_target
[submodule "sm_changed_index"]
	path = sm_changed_index
	url = ../submod2_target
[submodule "sm_changed_head"]
	path = sm_changed_head
	url = ../submod2_target
[submodule "sm_changed_untracked_file"]
	path = sm_changed_untracked_file
	url = ../submod2_target
[submodule "sm_added_and_uncommited"]
	path = sm_added_and_uncommited
	url = ../submod2_target
22 23 24
[submodule "sm_gitmodules_only"]
	path = sm_gitmodules_only
	url = ../submod2_target