Releases: scm4j/scm4j-vcs-git
Releases · scm4j/scm4j-vcs-git
v1.16.0
- setFilesContent() using VCSChangeListNode is implemented
v10.0
- getFileContent() on a certain revision: reset added
- getHeadCommit() returns null if branch is not found
minor fixes and improvements
v9.0
createTag(): fixed bug when a tag is created on head but local head is not origin head
unnecessary getTestRepoUrl() is removed
v8.0
getCommitsRange(): fixed IndexOutOfBoundsException if amount of requested commits exceeds actual commits amount
v7.0
minor refactor
fixed EVCSBranchNotFound throwing in getFileContent()
v6.0
refactor
fixed missing credentials provider setting in various places
v5.0
createUnannotatedTag() is moved to GitVCS and exposed as an addition to IVCS.
fixed working with tags.
added gradle test failures logging
EVCSBranchNotFound throwing added in getFileContent()
various fixes, refatorings