Commit 772dd302 by Calen Pennington

Merge pull request #249 from edx/feature/cale/release-email-list

Tidy up argument parsing in release email script
parents 4eb82224 634ad893
#! /bin/bash
LOG_SPEC="$1..$2"
LOG_CMD="git --no-pager log $LOG_SPEC"
LOG_CMD="git --no-pager log $1..$2"
RESPONSIBLE=$(sort -u <($LOG_CMD --format='tformat:%ae' && $LOG_CMD --format='tformat:%ce'))
......
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