Make commit comparing include the from commit when displaying
Created by: andrewfenn
When using the compare feature I've noticed it doesn't include the commit I entered in the from field.
For example I have the following commits
* 74e7eed - (HEAD, origin/email-validation, email-validation) * 967d6e3 * 23bead7 * 05d7fa8 * f648cc8
If I enter "05d7fa8" in the from field and "email-validation" in the to field. It gives me the following commits
23bead7 967d6e3 74e7eed
When what I was expecting was the inclusion of "05d7fa8" as well.
To get what I want I have to compare against "f648cc8" the commit before the one I am originally comparing against.