gitmodules: document shallow recommendation
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		 Stefan Beller
					Stefan Beller
				
			
				
					committed by
					
						 Junio C Hamano
						Junio C Hamano
					
				
			
			
				
	
			
			
			 Junio C Hamano
						Junio C Hamano
					
				
			
						parent
						
							abed000aca
						
					
				
				
					commit
					f6fb30a01d
				
			| @ -79,6 +79,11 @@ submodule.<name>.ignore:: | |||||||
| 	"--ignore-submodule" option. The 'git submodule' commands are not | 	"--ignore-submodule" option. The 'git submodule' commands are not | ||||||
| 	affected by this setting. | 	affected by this setting. | ||||||
|  |  | ||||||
|  | submodule.<name>.shallow:: | ||||||
|  | 	When set to true, a clone of this submodule will be performed as a | ||||||
|  | 	shallow clone unless the user explicitely asks for a non-shallow | ||||||
|  | 	clone. | ||||||
|  |  | ||||||
|  |  | ||||||
| EXAMPLES | EXAMPLES | ||||||
| -------- | -------- | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user