Skip to content
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

Remove deprecated targetCommitAndReturnError #512

Merged
merged 1 commit into from
Aug 31, 2015

Commits on Aug 24, 2015

  1. Remove deprecated targetCommitAndReturnError

    Conflicts with the non-deprecated method in Swift 2 (Xcode 7b6)
    
    error: ambiguous use of 'targetCommit()'
                        let gt_commit = try! gt_branch.targetCommit()
                                             ^
    ObjectiveGit.GTBranch:38:14: note: found this candidate
      @objc func targetCommit() throws -> GTCommit
                 ^
    ObjectiveGit.GTBranch:86:14: note: found this candidate
      @objc func targetCommit() throws -> GTCommit
    phatblat committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    03a2485 View commit details
    Browse the repository at this point in the history