Hello @Karthick and welcome to the community!
I'm afraid it's currently not possible to filter by the commit.date in the List commits API endpoint. We do have an existing feature request to implement this functionality :
I would suggest you to add your vote there, since this helps both developers and product managers to understand the interest. Also, make sure you add yourself as a watcher in case you want to receive first-hand updates from that ticket. Please note that all features are implemented with this policy in mind.
While that feature is not available, you can use git log with the --since flag to filter the commits in a local clone of the repository :
git log --all --since="24 hours ago"
Hope that helps!
Thank you, @Karthick !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.