-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add command options and pass stdin to command #74
Conversation
…ater sha1.go #L45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Please see inline comments.
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
- Coverage 83.56% 83.39% -0.18%
==========================================
Files 24 26 +2
Lines 1996 1704 -292
==========================================
- Hits 1668 1421 -247
+ Misses 236 177 -59
- Partials 92 106 +14
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you!
https://github.com/gogs/git-module/releases/tag/v1.6.0 has been tagged for this merge. |
Passing stdin to RunInDirWithPipelineTimeout is useful when using Git server over ssh for example https://github.com/charmbracelet/wish/blob/0e458e40c040539ab25d5ba82859179091746648/git/git.go#L193-L202