mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 21:35:31 +00:00 
			
		
		
		
	 47db054df0
			
		
	
	
		47db054df0
		
	
	
	
	
		
			
			'[section] variable' and '[section] variable =' behave differently when parsed as booleans, so we need to store that distinction internally.
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # A variable name on its own is valid
 | |
| [some.section]
 | |
| 		variable
 | |
| # A variable and '=' is accepted, but it's not considered true
 | |
| 		variableeq =
 |