-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring. MRC removal. Part two. #857
Refactoring. MRC removal. Part two. #857
Conversation
GitUpKit/Core/GCRepository+Reflog.m
Outdated
[_messages release]; | ||
|
||
[super dealloc]; | ||
_fromSHA1 = nil; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove all the nil
assignments. It's just extra code that doesn't need to be there. Please apply this suggestion to everywhere in this PR. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasderraugh
Fixed.
Could you also comment on #858?
And I noticed that you merged your own PR with new libgit2.
Can we now check and merge File history PR?
90c4cdd
to
3ad5757
Compare
@lucasderraugh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some unnecessary copy
calls and nil assignments, but overall it's fine and I'll take the change and clean up the copy sites.
This PR is second PR in series of MRC removal PRs.
Part one. #827
This PR removes MRC from