Objective Git Versions Save

Objective-C bindings to libgit2

0.8.6

8 years ago
  • Removed redundant submodule entries (#471). Thanks @phatblat!
  • Update libgit2 (#472).
  • Updates to better support Xcode 7 (#477, #482). Thanks @javiertoledo and @phatblat!
  • Fixed nullability warnings (#479).
  • Clean up libgit2 builds (#483). Thanks @phatblat!

0.8.5

8 years ago

Better unique commit enumeration (#470).

0.8.4

8 years ago
  • Updated to the latest libgit2 (#466).
  • Updated the module map (#469).
  • Made GTOID.SHA non nullable (#468).

0.8.3

8 years ago
  • Support Xcode 6.3.2, by the power of @phatblat's heroic patience. (#452).
  • API consistency improvements (#460).

0.8.2

8 years ago
  • Updated libssh2 submodule URL (#461).
  • Fixed potential tag enumeration crash (#462).
  • Updated ref lookup API (#463).

0.8.1

9 years ago

Bumped libgit2.

0.8

9 years ago

Adds NS_DESIGNATED_INITIALIZER annotations (#449). Adds enumeration and ahead/behind counts for OIDs, not just branches (#450).

0.7

9 years ago

Another libgit2 upgrade (#446).

0.6.3

9 years ago

Safer signature creation: #445.

0.6.2

9 years ago

Removes an obsolete header from ObjectiveGit's module map.