View order of a list of git commits -


i have list of commit hashes , need order them chronologically.

i thought git rev-list it, insists on showing me all commits if specify commit on command line.

is there way make git or have combine git rev-list , grep?

thanks!

use --no-walk option. works on based off git rev-list.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -