One thing I really miss with diff tools like this, is the ability to review multiple non-consecutive commits on a single branch, without including all commits in-between. Example, lets say I want to review commit A and…
Oh I see, that's probably more in line with what I want to do most of the time. Thanks!
Great tool! Is it possible to get more than 3 lines of context in the diff view? Tried setting: git config diff.context 20 but this had no effect.
One thing I really miss with diff tools like this, is the ability to review multiple non-consecutive commits on a single branch, without including all commits in-between. Example, lets say I want to review commit A and…
Oh I see, that's probably more in line with what I want to do most of the time. Thanks!
Great tool! Is it possible to get more than 3 lines of context in the diff view? Tried setting: git config diff.context 20 but this had no effect.