diff --git a/changelog.sh b/changelog.sh index 3cfc59c..3ac5a5f 100755 --- a/changelog.sh +++ b/changelog.sh @@ -5,4 +5,4 @@ head_ref=$1 base_ref=$2 repo_url=$3 -git log "${base_ref}...${head_ref}" --pretty=format:" * [view commit](http://github.com/${repo_url}/commit/%H) - %s" --reverse +git log "${base_ref}...${head_ref}" --pretty=format:"* [view commit](http://github.com/${repo_url}/commit/%H) - %s" --reverse