Created
December 4, 2012 16:08
-
-
Save brian428/4205603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select revisions from dir "/" | |
where | |
(path like "/**/your_project_root/src/main/**/*.coffee" | |
or path like "/**/your_project_root/src/main/**/*.jsp") | |
and is head | |
and not is deleted | |
and on branch develop | |
group by path | |
return path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment