lib/atlassian/stash/pull_request.rb in atlassian-stash-0.4.1 vs lib/atlassian/stash/pull_request.rb in atlassian-stash-0.5.0
- old
+ new
@@ -134,10 +134,10 @@
def title_from_branch
convert_branch_name_to_sentence(@source) || "Merge '#{@source}' into '#{@target}'"
end
def git_commit_messages
- @commit_messages ||= `git log --reverse --format=%s #{@target_ref}..#{@source_ref}`
+ @commit_messages ||= `git log --no-color --reverse --format=%s #{@target_ref}..#{@source_ref}`
end
def parse_proxy(conf)
return nil, nil unless conf