Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Add an output_strip kwarg to Git.execute#79
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add an output_strip kwarg to Git.execute#79
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Strip the last line of the output if it is empty (default). Stripping should bedisabled whenever it is important that the output is not modified in any way.For example when retrieving patch files using git-diff.
Thanks for the fix. |
Add an output_strip kwarg to Git.execute
It certainly would be nice to have that in 0.3. You should be able to |
Strip the last line of the output if it is empty (default). Stripping should be disabled whenever it is important that the output is not modified in any way. For example when retrieving patch files using git-diff.