Release email script: use --no-pager

This commit is contained in:
David Baumgold
2013-10-21 12:55:20 -04:00
parent 9b242866c7
commit 9f2f5b0835

View File

@@ -42,7 +42,7 @@ for EMAIL in $RESPONSIBLE; do
EMAIL_COL="$EMAIL"
for HASH in $ALL_COMMITS; do
git log --format="tformat:|$EMAIL_COL|%s|[commit|https://github.com/edx/edx-platform/commit/%h]| |" -n 1 $HASH
git --no-pager log --format="tformat:|$EMAIL_COL|%s|[commit|https://github.com/edx/edx-platform/commit/%h]| |" -n 1 $HASH
EMAIL_COL=" "
done
done
done