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

fetchgit: Comprehensive valid reference check. #1611

Closed
wants to merge 1 commit into from

Conversation

shlevy
Copy link
Member

@shlevy shlevy commented Oct 17, 2017

This ensures we're matching git's definition of a valid reference.

This ensures we're matching git's definition of a valid reference.
@shlevy shlevy requested a review from edolstra October 17, 2017 12:16
@edolstra
Copy link
Member

👎 on doing an uncached call to an external program.

Also, why not just call runProgram?

@shlevy
Copy link
Member Author

shlevy commented Oct 17, 2017

Is caching in memory OK?

I didnt use runProgram because I need to inspect the error code and don't care about stdout

@shlevy shlevy closed this Oct 17, 2017
@shlevy shlevy reopened this Oct 17, 2017
@shlevy
Copy link
Member Author

shlevy commented Oct 17, 2017

@edolstra updated with caching and using runProgram

@shlevy
Copy link
Member Author

shlevy commented Oct 17, 2017

Hmm, not sure why PR isn't updating, maybe because I accidentally closed it earlier? Will open a new one.

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

Successfully merging this pull request may close these issues.

None yet

2 participants