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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.