diff options
| author | Izaak Alpert <ialpert@blackberry.com> | 2013-07-12 12:23:42 -0400 |
|---|---|---|
| committer | Izaak Alpert <ialpert@blackberry.com> | 2013-07-17 22:46:38 -0400 |
| commit | 0ef055a4aef76d20668a40717fb33bfe41599cfb (patch) | |
| tree | caa845c06e1b0c61dce3038474383696ad2ea691 /lib | |
| parent | 09112dbb1df2669b0042d6d785a5469a9855ac20 (diff) | |
| download | gitlab-ce-0ef055a4aef76d20668a40717fb33bfe41599cfb.tar.gz | |
MR on fork: Email fixes, style fixes
-Removed many extra spaces I added
-Fixed email templates to be consistent/better looking
GITLAB-894, GITLAB-895, (GITLAB-858)
Change-Id: I35c1a8e0e22af7de26d54e5c3da987fa7bb3921e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/satellite/merge_action.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/gitlab/satellite/merge_action.rb b/lib/gitlab/satellite/merge_action.rb index 604b2ca9a19..3610a18bc91 100644 --- a/lib/gitlab/satellite/merge_action.rb +++ b/lib/gitlab/satellite/merge_action.rb @@ -44,7 +44,6 @@ module Gitlab handle_exception(ex) end - # Get a raw diff of the source to the target def diff_in_satellite in_locked_and_timed_satellite do |merge_repo| @@ -114,14 +113,12 @@ module Gitlab end commits = commits.map { |commit| Gitlab::Git::Commit.new(commit, nil) } return commits - end rescue Grit::Git::CommandFailed => ex handle_exception(ex) end private - # Merges the source_branch into the target_branch in the satellite. # # Note: it will clear out the satellite before doing anything |
