Skip to content
Snippets Groups Projects

Support merge ref writing (without merging to target branch)

Merged Oswaldo Ferreira requested to merge osw-support-dry-merge-to-ref into master
All threads resolved!
2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -104,6 +104,8 @@ module Gitlab
def with_ref(ref, branch)
update_autocrlf_option
repository.write_ref(ref, branch.target)
# Make commit
newrev = yield
Loading