Skip to content

Releases: scm4j/scm4j-vcs-git

v1.18.0

27 Oct 21:38
Compare
Choose a tag to compare

v1.16.0

23 Jan 15:54
Compare
Choose a tag to compare
  • setFilesContent() using VCSChangeListNode is implemented

v15.0

25 Dec 13:42
Compare
Choose a tag to compare
15.0 release

v12.0

17 Nov 14:28
Compare
Choose a tag to compare

Java 8

v10.0

31 Oct 14:51
Compare
Choose a tag to compare
  • getFileContent() on a certain revision: reset added
  • getHeadCommit() returns null if branch is not found

minor fixes and improvements

v9.0

05 Oct 12:48
Compare
Choose a tag to compare

createTag(): fixed bug when a tag is created on head but local head is not origin head
unnecessary getTestRepoUrl() is removed

v8.0

03 Oct 14:26
Compare
Choose a tag to compare

getCommitsRange(): fixed IndexOutOfBoundsException if amount of requested commits exceeds actual commits amount

v7.0

02 Oct 08:43
Compare
Choose a tag to compare

minor refactor
fixed EVCSBranchNotFound throwing in getFileContent()

v6.0

21 Sep 14:30
Compare
Choose a tag to compare

refactor
fixed missing credentials provider setting in various places

v5.0

20 Sep 19:33
Compare
Choose a tag to compare

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