Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive search on Git tracked Markdown files. #49

Closed
cirosantilli opened this issue Aug 15, 2014 · 3 comments
Closed

Recursive search on Git tracked Markdown files. #49

cirosantilli opened this issue Aug 15, 2014 · 3 comments
Labels
enhancement New feature or request

Comments

@cirosantilli
Copy link
Contributor

Slightly off scope, but such an amazingly common use case.

Implementation: git ls-files, possibly through Grit or Rugged. This is important for GitLab, since the /tmp dir can contain many gitignore Markdown files: if not implemented here it will be definitely have to be implemented there.

@mivok
Copy link
Collaborator

mivok commented Aug 15, 2014

How does an option such as -g sound, so that if a directory is passed, the recursive search uses git ls-files instead? Files explicitly passed would still be included as normal.

@cirosantilli
Copy link
Contributor Author

Sounds good to me!

@mivok mivok closed this as completed in d071ef2 Aug 15, 2014
@cirosantilli
Copy link
Contributor Author

that was a fast fix *-* way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants