mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-04 03:16:59 +00:00 
			
		
		
		
	Test an initial submodule update, where we are trying to checkout the submodule for the first time, and placing a file within the submodule working directory with the same name as the submodule (and consequently, the same name as the repository itself).
		
			
				
	
	
		
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[core]
 | 
						|
	repositoryformatversion = 0
 | 
						|
	filemode = false
 | 
						|
	bare = false
 | 
						|
	logallrefupdates = true
 | 
						|
	symlinks = false
 | 
						|
	ignorecase = true
 | 
						|
	hideDotFiles = dotGitOnly
 |