Side by side Git-range-diff

by Liskni_sion 10/19/2023, 8:17 PMwith 1 comments

by Liskni_sion 10/19/2023, 8:17 PM

git range-diff compares two commit ranges (two versions of a branch, e.g. before and after a rebase). Its output is difficult to comprehend, though. It’s a diff between diffs, presented in one dimension using two columns of pluses/ minuses/ spaces. Wouldn’t it be better if we used two dimensions and some nice colors?