mergeq 0.0.111 → 0.0.1111

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 +3 -2
  2. data/lib/mergeq/version.rb +1 -1
  3. metadata +1 -1
@@ -96,9 +96,10 @@ 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 theirs --no-commit $current
99
+ git merge --no-ff --no-commit $current
100
+ git checkout $current -- .
100
101
  echo $current > .merge
101
- git add .merge
102
+ git add .
102
103
  git commit -m "Queuing merge: $branch into $target_branch"
103
104
  status "Queuing merge by pushing $merge_branch"
104
105
  git push origin HEAD:refs/heads/$merge_branch || push_failed
@@ -1,3 +1,3 @@
1
1
  module Mergeq
2
- VERSION = "0.0.111"
2
+ VERSION = "0.0.1111"
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.111
4
+ version: 0.0.1111
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: