Wink Saville <wink@xxxxxxxxxxx> writes: > Signed-off-by: Wink Saville <wink@xxxxxxxxxxx> > --- > git-rebase--interactive.sh | 432 ++++++++++++++++++++++----------------------- > 1 file changed, 215 insertions(+), 217 deletions(-) Thanks for separating this step out. "git show -w --stat -p" tells us that this is a pure re-indent patch pretty easily ;-). Overlong lines might want to get rewrapped at some point, and it is OK to do that either in this step or in a separate step.