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

git log's 'since' parameter is comapred with author timestamp instead of commit timestamp #227

Closed
howardgod opened this issue May 24, 2018 · 4 comments

Comments

@howardgod
Copy link
Contributor

howardgod commented May 24, 2018

Hi,

As title, the since parameter is using on author date, would it be intentional?
If so, is it possible to provide another parameter to compare with commit date as well?

thank you,

Howard

@billiegoose
Copy link
Member

Wow I really had to dig through git's source code to confirm that, but you're right it should be using the committer not the author. Feel free to open a PR or if you'd rather not yourself I can.

@billiegoose
Copy link
Member

Right here we just need to replace author with committer.

@howardgod
Copy link
Contributor Author

got it, thank you. nice project:)

@billiegoose
Copy link
Member

🎉 This issue has been resolved in version 0.14.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

modesty pushed a commit to modesty/isomorphic-git that referenced this issue Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants