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

Fix crash and miscellaneous cleanup #223

Merged
merged 6 commits into from Apr 29, 2021
Merged

Commits on Apr 26, 2021

  1. Change PBGitGrapher initWithRepository: to init since it doesn't actu…

    …ally use PBGitRepository
    ksuther committed Apr 26, 2021
    Copy the full SHA
    c49c029 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1dfeab7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74f1e4b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    383515a View commit details
    Browse the repository at this point in the history
  5. Don't retain the delegate for the entirety of graphCommits: since we …

    …only need it at the end of the method
    ksuther committed Apr 26, 2021
    Copy the full SHA
    1224dd0 View commit details
    Browse the repository at this point in the history
  6. Remove instance variables that have a FIXME on them

    Reference the repository and windowController proeprties instead
    ksuther committed Apr 26, 2021
    Copy the full SHA
    22829f4 View commit details
    Browse the repository at this point in the history