Skip to content

Releases: ajoberstar/grgit

1.7.0

11 May 23:13
Compare
Choose a tag to compare

Public Changes

  • Enhancement #109 (also fixes #95): The JSch session can now be customized via system properties. Most notably this allows you to disable StrictHostKeyChecking. (Thanks to Piotr Wielgolaski)
  • Enhancement #112 (also fixes #110): Statuses now include any conflicting paths, which can help programmatically resolve a merge conflict. (Thanks to Blacktiger for the original PR)
  • Enhancement #106: Bumped dependency on JGit to 4.3.1.201605051710-r

Internal changes

  • Enhancement #112 (and #113): Using an explicit compileOnly dependency on Groovy 2.4.5 (instead of Gradle's localGroovy)

1.7.0-rc.2

10 May 23:33
Compare
Choose a tag to compare
1.7.0-rc.2 Pre-release
Pre-release

Public Changes

  • Enhancement #109 (also fixes #95): The JSch session can now be customized via system properties. Most notably this allows you to disable StrictHostKeyChecking. (Thanks to Piotr Wielgolaski)
  • Enhancement #112 (also fixes #110): Statuses now include any conflicting paths, which can help programmatically resolve a merge conflict. (Thanks to Blacktiger for the original PR)
  • Enhancement #106: Bumped dependency on JGit to 4.3.1.201605051710-r

Internal changes

  • Enhancement #112 (and #113): Using an explicit compileOnly dependency on Groovy 2.4.5 (instead of Gradle's localGroovy)

1.7.0-rc.1

08 May 03:12
Compare
Choose a tag to compare
1.7.0-rc.1 Pre-release
Pre-release
  • Enhancement #109 (also fixes #95): The JSch session can now be customized via system properties. Most notably this allows you to disable StrictHostKeyChecking. (Thanks to Piotr Wielgolaski)
  • Enhancement #112 (also fixes #110): Statuses now include any conflicting paths, which can help programmatically resolve a merge conflict. (Thanks to Blacktiger for the original PR)
  • Enhancement #112: Using an explicit dependency on Groovy 2.4.5 (instead of Gradle's localGroovy)
  • Enhancement #106: Bumped dependency on JGit to 4.3.1.201605051710-r

1.6.0

12 Apr 02:19
Compare
Choose a tag to compare
  • Enhancement #105: Support contains on grgit.branch.list() to filter to branches that include a commit.
  • Fix #104: The prior fix to #68 called the incorrect method. This is now resolved.

1.6.0-rc.1

23 Mar 00:19
Compare
Choose a tag to compare
1.6.0-rc.1 Pre-release
Pre-release
  • Enhancement #105: Support contains on grgit.branch.list() to filter to branches that include a commit.
  • Fix #104: The prior fix to #68 called the incorrect method. This is now resolved.

1.5.1-rc.1

10 Mar 23:49
Compare
Choose a tag to compare
1.5.1-rc.1 Pre-release
Pre-release
  • Fix #104: The prior fix to #68 called the incorrect method. This is now resolved.

1.5.0

30 Jan 18:07
Compare
Choose a tag to compare
  • Enhancement #81: Commits returned by Grgit now include the IDs of parent commits.
  • Enhancement #96: JGit dependency updated to 4.1.1.201511131810-r
  • Fix #93: MergeOp now support a message property, and will have the correct default message when merging branches.
  • Fix #90: Grgit documentation now links to StatusOp.
  • Fix #91: Unnecessary println removed from PullOp.

1.5.0-rc.1

02 Jan 23:18
Compare
Choose a tag to compare
1.5.0-rc.1 Pre-release
Pre-release
  • Enhancement #81: Commits returned by Grgit now include the IDs of parent commits.
  • Enhancement #96: JGit dependency updated to 4.1.1.201511131810-r
  • Fix #93: MergeOp now support a message property, and will have the correct default message when merging branches.
  • Fix #90: Grgit documentation now links to StatusOp.
  • Fix #91: Unnecessary println removed from PullOp.

1.4.1

07 Oct 00:09
Compare
Choose a tag to compare
  • Fix #78: grgit.show() now correctly reports the changes to all paths (rather than just top level folders).

1.4.1-rc.1

07 Oct 00:10
Compare
Choose a tag to compare
1.4.1-rc.1 Pre-release
Pre-release
  • Fix #78: grgit.show() now correctly reports the changes to all paths (rather than just top level folders).