Repository: libcloud Updated Branches: refs/heads/trunk 3dcb4cfdb -> 988e3bf32
Update patch script Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/988e3bf3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/988e3bf3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/988e3bf3 Branch: refs/heads/trunk Commit: 988e3bf32b3619d72b93f12a5316b9309d40dcb9 Parents: 3dcb4cf Author: anthony-shaw <[email protected]> Authored: Sat Apr 23 13:05:08 2016 +1000 Committer: anthony-shaw <[email protected]> Committed: Sat Apr 23 13:05:08 2016 +1000 ---------------------------------------------------------------------- contrib/apply-patch.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/988e3bf3/contrib/apply-patch.ps1 ---------------------------------------------------------------------- diff --git a/contrib/apply-patch.ps1 b/contrib/apply-patch.ps1 index aa99dc5..ecc0c35 100644 --- a/contrib/apply-patch.ps1 +++ b/contrib/apply-patch.ps1 @@ -5,5 +5,5 @@ git checkout trunk Invoke-WebRequest https://patch-diff.githubusercontent.com/raw/apache/libcloud/pull/${pull_request}.patch -OutFile ${env:temp}/${pull_request}.patch git am ${env:temp}/${pull_request}.patch $last_message = git log -1 --pretty=%B -$new_message = $last_message+"\n Closes ${pull_request}" -git commit --amend -m $new_message +$new_message = $last_message+" Closes #${pull_request}" +git commit --amend -m "${new_message}"
