-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'add-mkdir-support' into 'master'
Add functionality to create a directory with an empty .gitkeep file This is in preparation to support gitlab-org/gitlab-ce#2557. Also fixes an issue where file modes were overwritten after a commit: gitlab-org/gitlab-ce#2799. Supports capability to reject updates of existing files: https://github.com/gitlabhq/gitlabhq/issues/8253 See merge request !49
Showing
- CHANGELOG 5 additions, 0 deletionsCHANGELOG
- lib/gitlab_git/blob.rb 26 additions, 5 deletionslib/gitlab_git/blob.rb
- lib/gitlab_git/path_helper.rb 16 additions, 0 deletionslib/gitlab_git/path_helper.rb
- lib/gitlab_git/repository.rb 54 additions, 1 deletionlib/gitlab_git/repository.rb
- spec/blob_spec.rb 22 additions, 4 deletionsspec/blob_spec.rb
- spec/repository_spec.rb 79 additions, 0 deletionsspec/repository_spec.rb
- spec/support/repo.rb 1 addition, 1 deletionspec/support/repo.rb
lib/gitlab_git/path_helper.rb
0 → 100644
Please register or sign in to comment