mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	copyright script never removes authorship
This commit is contained in:
		@@ -15,7 +15,12 @@ Copyright (C) 2015-2018
 | 
			
		||||
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
git log $1 | grep Author | sort -u >> message
 | 
			
		||||
git log $1 | grep Author > gitauth
 | 
			
		||||
grep 'Author: '  $1 > fileauth
 | 
			
		||||
 | 
			
		||||
cat gitauth fileauth | sort -u >> message
 | 
			
		||||
 | 
			
		||||
rm gitauth fileauth
 | 
			
		||||
 | 
			
		||||
cat >> message <<EOF
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user