Commit 634ad893 by Calen Pennington

Tidy up argument parsing in release email script

parent 2fadd655
#! /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