Software.Development.
  • Home
  • Projects
  • About
  • Privacy Policy

JGit

A collection of 1 post
java

Getting commits between annotated tags with JGit

JGit does not support getting commits between annotated tags (or any revision and an annotated tag) as you might expect. Following code will work perfectly with commit hashs and branch identifiers: public Iterable getJGitLogBetween(final String rev1, final String rev2) throws IOException, GitAPIException { Ref refFrom = repo.getRef(rev1); Ref
Jun 18, 2015 1 min read
Page 1 of 1
Software.Development. © 2023
Powered by Ghost