Skip to content
Discussion options

You must be logged in to vote

hii @BittuChan, I think there's no built-in date filtering in the tool currently. But you can work around it by filtering commits before running the analysis. If you're analyzing a local repo, you can use git to filter by date:
git log --since="6 months ago" --pretty=format:"%H" > recent_commits.txt

Then modify the tool to only process those commit SHAs. It's not ideal, but works for now.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Shiven0504
Comment options

@BittuChan
Comment options

Answer selected by BittuChan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants