-
Notifications
You must be signed in to change notification settings - Fork 533
--merges
support for Git log
#788
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
Comments
Rather than use the default test repo, it is better to create your own repo in a temp directory as shown in this test case. This should simplify setting up the test for your specific needs without breaking other tests. Also, it runs faster this way. |
Ah, that's a good idea. I'll see if I can get something working. |
In this case, since the |
This was released in git-3.1.0. |
Hi,
First of all, thank you for your work on this excellent gem.
Would you consider adding support for the
--merges
flag when parsing the Git log? I've looked into creating a PR, but I think writing a test case would be pretty hard. I guess the default test repo then needs to include a merge commit?The text was updated successfully, but these errors were encountered: