I am attempting to get a list of revisions between two tags in a git repository. The EyeQL query I'm using follows:
select revisions where on branch "branchname" and between tags ("tag1","tag2"] order by date desc group by changeset return path, revision, author, date, csid, comment
Unfortuantly, I get no results. If I drop to the command line and issue a git diff command for the two tag names, i can see the differences. Is this a bug, or am I doing something wrong?
Can you share this repository?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.