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

Add support for git-diff's '-U' option. #11

Merged
merged 1 commit into from
May 5, 2016

Conversation

RyanFrantz
Copy link
Contributor

  • There may be cases where folks want try to generate a diff with more than the default number of lines of context (3) around changes.
  • This commit adds support for the -U option just like what git-diff supports.
  • Updated documentation, usage specs, and tests, accordingly.

- There may be cases where folks want 'try' to generate a diff with more than the default number of lines of context (3) around changes.
- This commit adds support for the '-U' option just like what git-diff supports.
- Updated documentation, usage specs, and tests, accordingly.
@jgedarovich
Copy link
Contributor

lgtm

@jgedarovich jgedarovich merged commit 6212c7b into etsy:master May 5, 2016
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.

2 participants