<div dir="ltr">Dear all,<div><br></div><div>I just merged a new version of Artistic Style (aka astyle) which brings c++11 support and various fixes.</div><div><br></div><div>This will cause troubles to merge PR with work being done on top of files prior to this merge.</div><div><br></div><div>I would like to propose an approach for easier merges:</div><div><br></div><div><br></div><div>1. Build last astyle:</div><div>- checkout master and pull</div><div>- build with astyle</div><div><br></div><div>2. Run astyle on your branch</div><div>  2a If your PR is relatively small:</div><div>    - rebase and squash into a single commit</div><div>    - reset to HEAD^</div><div>    - run prepare-commit.sh</div><div>    - re-commit</div><div><br></div><div>  2b Your has many commits you would like to keep</div><div>    - do an interactive rebase with editing of all commits</div><div>    - reset and run prepare-commit</div><div>    - commit and continue</div><div><br></div><div><br></div><div>I *think* this is the best approach and will lead to the easiest merge possible.</div><div>I am not the best expert of git around, if someone has a better idea, you're welcome :)</div><div><br></div><div><br></div><div>Cheers and sorry for the troubles,</div><div>Denis</div></div>