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

Find all git commits between 2 dates #6

Open
vmassol opened this issue Jul 15, 2012 · 2 comments
Open

Find all git commits between 2 dates #6

vmassol opened this issue Jul 15, 2012 · 2 comments

Comments

@vmassol
Copy link

vmassol commented Jul 15, 2012

Hi,

First, thank you for this nice project. Very useful! I've integrated it with XWiki:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Git+Module

I looked for a mailing list to ask questions but couldn't find any so I'm posting here (I know it's not the right place but that's the best I could fathom).

So my question is: is there a way to get all commits that happened between 2 dates. I can easily find all commits that happened since a given date but not between 2 dates.

Thanks a lot
-Vincent

@kevinsawicki
Copy link
Owner

There isn't currently a built-in utility for this.

You could write your own filter that skips over commits until a certain date is reached though.

JGit doesn't currently support the flexible date options when looking up commits that git-log has.

@vmassol
Copy link
Author

vmassol commented Aug 13, 2012

ok thanks for the answer. Too bad. Hope this can be added in some future! :) (yeah, I know, I could just do a pull request... :))

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

No branches or pull requests

2 participants