Get rid of included white-space

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
Nic0Nic0Nii 2022-05-19 19:27:05 +00:00
parent b7ba0ee6a5
commit 42b80ce620
4 changed files with 4 additions and 6 deletions

View File

@ -4,8 +4,7 @@ COMMIT_MESSAGE="$*"
while IFS= read -r line
do
COMMIT_MESSAGE+="
Co-authored-by: $line"
Co-authored-by: $line"
done < utils/.coauthors
git add -u
git add *

View File

@ -1,4 +1,4 @@
a833e7598ad65672a9c01306d244b49f -
96ce35f2d2dcb555421e00a6afda23ca -
b37260a7af4ea419061e3517d44dc901 -
ac1014c54231729bafe92d64a71c2a2b -
2ac636f584c43a1124affb9ea6bdc7bf -

View File

@ -11,8 +11,7 @@ COMMIT_MESSAGE="$*"
while IFS= read -r line
do
COMMIT_MESSAGE+="
Co-authored-by: $line"
Co-authored-by: $line"
done < utils/.coauthors
for f in $FILES
do

View File

@ -1 +1 @@
45c5ef2aa8914ff73df7f22611a99999 -
0e31878207ee31e7f4b3ad21460e4754 -