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
Post a Comment