Releases: ajoberstar/grgit
Releases · ajoberstar/grgit
1.7.0
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
1.7.0-rc.2
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
1.7.0-rc.1
- 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
1.6.0-rc.1
1.5.1-rc.1
1.5.0
- 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
- 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
1.4.1-rc.1
- Fix #78:
grgit.show()
now correctly reports the changes to all paths (rather than just top level folders).