mergeq 0.0.11 → 0.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/bin/mergeq.sh +1 -1
  2. data/lib/mergeq/version.rb +1 -1
  3. metadata +1 -1
data/bin/mergeq.sh CHANGED
@@ -96,7 +96,7 @@ 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 -s ours --no-commit $current
99
+ git merge --no-ff -s theirs --no-commit $current
100
100
  echo $current > .merge
101
101
  git add .merge
102
102
  git commit -m "Queuing merge: $branch into $target_branch"
@@ -1,3 +1,3 @@
1
1
  module Mergeq
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.111"
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.11
4
+ version: 0.0.111
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: