Is there anyway to get a list of commits from a given commit number to HEAD?
I know this is possible by the commit date, but I need it by the commit number and I can’t seem to find any documentation, or even if this is possible.
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.
or to include the commit:
You can use
git loginstead ofgit rev-listas well to get additional details.