Re: Idea, Transparent commits, easier code style commits

2014-07-06 Thread Andrius Bentkus
-w looks good for my very specific whitespace case, but imagine you are adding or removing parenthesis like, it is still codestyle but -w doesn't cut it anymore. So yes, I want a flag! Well, if I think about it, the tools can implement themselves. They just have to look into the commit message

Re: Idea, Transparent commits, easier code style commits

2014-07-06 Thread Javier Domingo Cansino
They just have to look into the commit message and look for #codestylefix or whatever other string. In many projects I have seen, they have a format for commits, such as docs: Add support for XXX, formatting: Space before parethesis and after comas, tests: and so on. Maybe, being able to

Idea, Transparent commits, easier code style commits

2014-07-04 Thread Andrius Bentkus
I have worked on projects which only after a while (a year or so) established a consistent code style. After the consensus was established there was still some code left which did not fit the newly established standard. Now the problem is, if I create a new patch to actually fix it, it will

Re: Idea, Transparent commits, easier code style commits

2014-07-04 Thread Stefan Beller
On 04.07.2014 15:12, Andrius Bentkus wrote: I have worked on projects which only after a while (a year or so) established a consistent code style. After the consensus was established there was still some code left which did not fit the newly established standard. Now the problem is, if I