mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Revert "Fix adding new file to empty repo"
This reverts commit 27a158506e.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -783,11 +783,15 @@ DEPENDENCIES
|
||||
gitlab-grack (~> 2.0.2)
|
||||
gitlab-linguist (~> 3.0.1)
|
||||
gitlab_emoji (~> 0.1)
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
gitlab_git (~> 7.2.6)
|
||||
=======
|
||||
gitlab_git (~> 7.2.2)
|
||||
>>>>>>> parent of dfccb06... Refactor web editor
|
||||
=======
|
||||
gitlab_git (~> 7.2.0)
|
||||
>>>>>>> parent of 27a1585... Fix adding new file to empty repo
|
||||
gitlab_meta (= 7.0)
|
||||
gitlab_omniauth-ldap (= 1.2.1)
|
||||
gollum-lib (~> 4.0.2)
|
||||
|
||||
@@ -42,7 +42,7 @@ module Files
|
||||
params[:new_branch]
|
||||
)
|
||||
else
|
||||
created_successfully = repository.commit_file(
|
||||
created_successfull = repository.commit_file(
|
||||
current_user,
|
||||
file_path,
|
||||
params[:content],
|
||||
|
||||
Reference in New Issue
Block a user