> -----Original Messages----- > From: wuzhouhui <wuzhouhui14@xxxxxxxxxxxxxxxx> > Sent Time: 2019-03-04 15:28:13 (Monday) > To: git@xxxxxxxxxxxxxxx > Cc: > Subject: Git log print commits between a revision range (inclusive) > > Hi, > > I want to know how to display logs between a revision range (both > start and end are inclusive). I searched it and only found [1], Sorry for forgetting paste the link of [1]: [1] https://stackoverflow.com/questions/18595305/git-log-outputs-in-a-specific-revision-range > which doesn't resolve my problem completely, because > > git log <older hash>..<newer hash> > > doesn't contains the log of <older hash>. So, how to display > logs between a revision range that both start and end are > inclusive? > > Please CC me, thanks.