Commit f7c979c2 by David Baumgold

Merge pull request #1428 from edx/db/release-email-no-pager

Release email script: use --no-pager
parents ffc613dc ac47b189
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment