BigW Consortium Gitlab

Commit da7dc386 by tiagonbotelho

creates the update_file method in repository.rb and applies changes accordingly

parent 50dd8063
......@@ -750,6 +750,7 @@ class Repository
if previous_path
options[:file][:previous_path] = previous_path
Gitlab::Git::Blob.rename(raw_repository, commit_options)
else
Gitlab::Git::Blob.commit(raw_repository, commit_options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment