I have 2 consecutive commits, e.g., fc07217 and cb7373b. I can view the changes made by the commit fc07217
via https://github.com/fmtlib/fmt/compare/cb7373b...fc07217. How can I obtain the changes brought in by both of these commits? I.e., the result of https://github.com/fmtlib/fmt/compare/795ed8a...fc07217, but without the explicit mention of the cb7373b
's parent commit 795ed8a
.
It might be useful to check the commits between some commit and the repository initial commit ec27d5d8
inclusive, because you can't specify the parent of the initial commit.
Relevant doc doesn't mention this possibility.