-
Notifications
You must be signed in to change notification settings - Fork 341
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
put can read from stdin by specifying the '-' source file #98
Closed
Commits on Jan 23, 2018
-
put can read from stdin by specifying the '-' source file
No tests written in go for now, though :/
Configuration menu - View commit details
-
Copy full SHA for b6d1030 - Browse repository at this point
Copy the full SHA b6d1030View commit details
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 25e47dc - Browse repository at this point
Copy the full SHA 25e47dcView commit details -
(this should fix travis issues, hopefully)
Configuration menu - View commit details
-
Copy full SHA for 108cfde - Browse repository at this point
Copy the full SHA 108cfdeView commit details -
travis: touch *.pb.go before running make
For some reason, make on travis recently started deciding that the *.pb.go files were older than the *.proto files, ever though they originate from the same `git checkout`. The easiest way to fix this is simply to touch them right before we run make, so that they look newer.
Configuration menu - View commit details
-
Copy full SHA for a4bda92 - Browse repository at this point
Copy the full SHA a4bda92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932e0db - Browse repository at this point
Copy the full SHA 932e0dbView commit details -
Fixes colinmarc#89, colinmarc#90
Configuration menu - View commit details
-
Copy full SHA for 7bcfdd0 - Browse repository at this point
Copy the full SHA 7bcfdd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2baa2e - Browse repository at this point
Copy the full SHA a2baa2eView commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d1b2961 - Browse repository at this point
Copy the full SHA d1b2961View commit details
Commits on Jan 29, 2018
-
Add two test cases to check expected failures (put from stdin into an…
… existing file or directory)
Configuration menu - View commit details
-
Copy full SHA for 50c093e - Browse repository at this point
Copy the full SHA 50c093eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7d8c2 - Browse repository at this point
Copy the full SHA 8e7d8c2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.