<div dir="ltr">Hi,<div><br></div><div>I was trying to apply instructions here (rebase case):</div><div><br></div><div><a href="https://github.com/FRRouting/frr/wiki/Reindenting">https://github.com/FRRouting/frr/wiki/Reindenting</a><br></div><div><br></div><div>but for stable/3.0, and maybe I'm missing something, but it's not working as I would expect. To make it easy to reproduce, and to discard causes related to my branch, what I'm doing is:</div><div><br></div><div>$ git checkout reindent-3.0-before</div><div>$ git checkout -b test_reindent</div><div>$ git cherry-pick reindent-3.0-before</div><div><br></div><div>Now I have a new branch identical to reindent-3.0-after, can be checked with:</div><div><br></div><div>$ git diff test_reindent reindent-3.0-after</div><div><br></div><div>I do this so the script treats it as a new non-rebased branch. Then:</div><div><br></div><div>$ python git-reindent-branch.py test_reindent</div><div><br></div><div>I would expect that reindented branch is still identical to reindent-3.0-after, but it's not:</div><div><br></div><div>$ git diff --stat reindented-branch reindent-3.0-after</div><div><br></div><div>(...) <- see attached for details</div><div><br></div><div><div> 598 files changed, 269745 insertions(+), 244747 deletions(-)</div></div><div><br></div><div>How was the reindentation for stable-3.0 done? Was this script used?<br></div><div><br></div><div>Thanks,</div><div><br></div><div>   ßingen.</div><div><br></div></div>