On Friday, 18 October 2019 09:18:05 PDT Konstantin Tokarev wrote: > > Make git move the star for you at checkout time (similarly to its CRLF > > options). Git "just" needs C++ code model support. > > No it doesn't, regular smudge/clean filters can do the work (e.g. by calling > clang-format)
The problem with this is that our current code does is not clean according to that clean filter. So making a modification to a file would mean reformatting everything, which will not be accepted in code review. Another problem is dealing with line numbers obtained from other people, like backtraces, or just plain looking at past history via git show and git blame. You *have* to deal with the original. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
