Displaying 3 results from an estimated 3 matches for "ac1fa480".
2009 Feb 20
3
[LLVMdev] svn pre-commit hook: help needed
...lly over time and the diff will be easier to read if it's smaller, so
you can verify that the script (or your editor) did not mangle anything.
Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090220/ac1fa480/attachment.html>
2009 Feb 20
0
[LLVMdev] svn pre-commit hook: help needed
For the complete truth in advertising, this was pretty much a trial balloon
to gauge reaction. I'm not a big fan of rejecting commits for style
violations, but the dev guide has certain guidelines regarding formatting
and style. And we're all supposed to be good citizens...
My biggest nit, however, was contemplating a commit where 80%+ was trailing
whitespace trimming. Yeah, my editor
2009 Feb 18
2
[LLVMdev] svn pre-commit hook: help needed
On Feb 18, 2009, at 1:41 AM, Julien Lerouge wrote:
> Yet another _fun_ way of doing this is to setup a buildbot slave just
> for that. The slave can fix minor stuff like tabs and trailing
> whitespaces on its own (checking the changes back in), and yell for
> things like 80-col violations and whatnot where the changes would
> not be
> so trivial.
If you're going to change