mergeq 0.0.1111 → 0.0.1113

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/mergeq.sh +3 -1
  2. data/lib/mergeq/version.rb +1 -1
  3. metadata +1 -1
@@ -96,7 +96,9 @@ function push_to_merge_branch {
96
96
  status "Merging into $merge_branch"
97
97
  git fetch origin $merge_branch
98
98
  git checkout -q FETCH_HEAD
99
- git merge --no-ff --no-commit $current
99
+ git merge --no-ff -s ours --no-commit $current
100
+ # make the merge branch match exactly before committing the merge
101
+ # we do this so that bundle install will work when upgrading mergeq (ew)
100
102
  git checkout $current -- .
101
103
  echo $current > .merge
102
104
  git add .
@@ -1,3 +1,3 @@
1
1
  module Mergeq
2
- VERSION = "0.0.1111"
2
+ VERSION = "0.0.1113"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mergeq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1111
4
+ version: 0.0.1113
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: