Skip to content

Commit

Permalink
Fixed bugs in tag support
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 8, 2018
1 parent 29d5171 commit 76d9bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance creation
newFromReference: aReference
^self of: aReference repository from: aReference targetId
^self of: aReference repository fromId: aReference targetId
2 changes: 1 addition & 1 deletion LibGit-Core.package/LGitTag.class/instance/tag_peel..st
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libgit-calls
tag_peel: result
^ self
call: #(LGitReturnCodeEnum git_tag_peel #(LGitObject * result, self))
call: #(#LGitReturnCodeEnum git_tag_peel(LGitObject *result, self))
options: #()

0 comments on commit 76d9bfc

Please sign in to comment.