github ajoberstar/grgit v1.0.0
1.0.0

latest releases: 5.2.2, 5.2.2-rc.2, 5.2.2-rc.1...
8 years ago
  • Many operations now support Grgit objects (such as Tag, Branch, Commit) as arguments instead of just Strings. These are indicated in each operations doc.
  • Deprecated the Grgit#open(String, Credentials) and Grgit#open(File, Credentials) methods, which are replaced with
    OpenOp to be consistent with all other methods.
  • dryRun now supported on PushOp. (Thanks to Marcin Zajączkowski)
  • Removed deprecated Grgit#resolveCommit(Object) method.
  • BranchStatusOp's branch property is now deprecated and replaced by name. branch will not be removed until 2.0.0, at the earliest.

Also thanks to Aaron Zirbes for fixing a compile issue with GrgitException.

Don't miss a new grgit release

NewReleases is sending notifications on new releases.