mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
copyright script never removes authorship
This commit is contained in:
parent
2940c9bcfd
commit
b3fa18c229
@ -15,7 +15,12 @@ Copyright (C) 2015-2018
|
|||||||
|
|
||||||
EOF
|
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
|
cat >> message <<EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user