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], 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.