Skip to content

OMG I can't believe it has been that long!

Compare
Choose a tag to compare
@pietbrauer pietbrauer released this 26 Mar 16:34
· 128 commits to master since this release
  • Updating libgit2 pointer. Thanks @slavikus!
  • Updating for new libgit2 git_remote_connect() call. Thanks @slavikus!
  • Support Xcode 7.3 (#567). Thanks @phatblat!
  • Add clean_externals script (#572). Thanks @phatblat!
  • Use libgit2 0.24.1 (#573). Thanks @pietbrauer!
  • Git notes support. Thanks @slavikus!
  • Added support for [GTRepository pushNotes:...]. Thanks @slavikus!
  • Fixes per @tiennou feedback. Thanks @slavikus!
  • Push branches and notes in one operation. Thanks @slavikus!
  • Check if notes reference exists before pushing it. Thanks @slavikus!
  • Make GTCredential from GTCredentialProviderBlock optional (#580). Thanks @alehed!
  • Add updatePushURLString:error: to GTRemote(#585). Thanks @Uncommon!
  • Fix test: Push URL starts off empty. Thanks @Uncommon!
  • Exposing line info from git_diff_hunk in GTDiffHunk (#579). Thanks @dougfales!
  • DRY DeltaTypes (#581). Thanks @tiennou!
  • Split the OID lookup from the object lookup in GTEnumerator (#594). Thanks @tiennou!
  • Style fixes per @tiennou feedback. Thanks @slavikus!
  • Add some nullables to methods & properties that can return nil. Thanks @Uncommon!
  • Use asserts because GTOID.SHA should never be nil. Thanks @Uncommon!
  • Use git_oid_tostr_s for GTOID.SHA. Thanks @Uncommon!
  • Provide the OID whose lookup failed in the error. Thanks @tiennou!
  • carthage update (#591). Thanks @tiennou!
  • It's 2016 (#594). Thanks @Razer6!
  • Fix indentation. Thanks @Uncommon!
  • Singleline-ify. Thanks @tiennou!
  • Test if migrating to Xcode 8 works on Travis. Thanks @pietbrauer!
  • Use Xcode8. Thanks @pietbrauer!
  • Added git_repository_open_ext wrapper (#593). Thanks @glegrain!
  • Make [GTRefLog initWithReference:] public (#596). Thanks @Uncommon!
  • Respect nullable returns in various methods (#589). Thanks @slavikus!
  • Fix nullability warning for GTNote. Thanks @slavikus!
  • Corrections per @tiennou feedback. Thanks @slavikus!
  • Rollback libgit2 back to globally used release. Thanks @slavikus!
  • More fixes for pull request #576. Thanks @slavikus!
  • Extra newlines removal. Thanks @slavikus!
  • Fix tests for GTNote (#576). Thanks @slavikus!
  • GTObject GTIndexEntry initializers should be nullable (#601). Thanks @Uncommon!
  • Assorted script cleanup (#603). Thanks @mattrubin!
  • Fix typo in GTRepositoryStashApplyProgress (#607). Thanks @slavikus!
  • Added -[GTRepository checkoutTree:…]. Thanks @slavikus!
  • Typo fix. Thanks @slavikus!
  • Update libgit2 to v0.25.1 (#609 & #610). Thanks @Uncommon and @pietbrauer!
  • Wrap all the various way of doing checkouts in GTCheckoutOptions (#459). Thanks @tiennou!
  • Fix import typo which may introduce compilation error (#615). Thanks @mssun!
  • Add checkout strategy to stash apply/pop methods (#606). Thanks @slavikus!
  • Revert to "default enabled" behavior of checking out when cloning (#619). Thanks @tiennou!
  • Documentation fix. Thanks @tiennou!
  • Tentative test fixing. Thanks @tiennou!
  • Clarify GTDiff options argument documentation (#621). Thanks @nanotech!
  • Replace nullable with _Nullable and so on (#582). Thanks @alehed!
  • GTObject method should be nullable (#582). Thanks @Uncommon!