diff --git a/release.sh b/release.sh index 226081a..d31a19c 100755 --- a/release.sh +++ b/release.sh @@ -15,4 +15,4 @@ fi # We assume that email to the current system user will somehow reach the right # human eyes -tail ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward) +tail -n 20 ${build}.log | sed 's/.*\r//' | mail -s "${subject}" $(cat ~/.forward) -- libgit2 0.21.2