-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '22-preserve-target-references-for-tags-and-braches' into 'master'
Refactor Refs to preserve their target objects instead of just a string representation Notice that in `spec/tag_spec.rb` I changed the sha because previously they referenced the tag annotation commit. With the refactor, the sha must be the one of the commit that the tag actually points at. Closes #22 See merge request !103
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 4 additions, 0 deletionsCHANGELOG
- lib/gitlab_git/commit.rb 6 additions, 1 deletionlib/gitlab_git/commit.rb
- lib/gitlab_git/ref.rb 10 additions, 11 deletionslib/gitlab_git/ref.rb
- lib/gitlab_git/repository.rb 11 additions, 6 deletionslib/gitlab_git/repository.rb
- lib/gitlab_git/tag.rb 2 additions, 2 deletionslib/gitlab_git/tag.rb
- spec/branch_spec.rb 2 additions, 2 deletionsspec/branch_spec.rb
- spec/repository_spec.rb 17 additions, 1 deletionspec/repository_spec.rb
- spec/tag_spec.rb 2 additions, 2 deletionsspec/tag_spec.rb
Please register or sign in to comment