mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 14:08:17 +00:00 
			
		
		
		
	This should confirm that issue #835 is fixed where a submodule that is only declared in the .gitmodules file was not accessible via the submodule APIs.
		
			
				
	
	
		
			25 lines
		
	
	
		
			676 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			676 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[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
 | 
						|
[submodule "sm_gitmodules_only"]
 | 
						|
	path = sm_gitmodules_only
 | 
						|
	url = ../submod2_target
 |