I know when certain commits were created (at remote A, say) based on their log messages. What I don’t know is when remote B fetched and merged said revision. I need it to determine when a bug crept in.
Is this possible through Git?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If this is
fetch, trygit reflog --date=local, see https://stackoverflow.com/a/3748722/88442 .if it have a local merge, a git log would do.