 d1cc130a5e
			
		
	
	d1cc130a5e
	
	
	
		
			
			These are useful in organizations that enforce particular formats for commit messages, e.g., to specify bug IDs or test plans. Use of the template is not enforced; it is simply used as the initial content when the editor is invoked. Signed-off-by: Steven Grimm <koreth@midwinter.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| echo "# this is a new comment" >> "$1"
 | |
| echo "# and so is this" >> "$1"
 | |
| exit 0
 |