aboutsummaryrefslogtreecommitdiff
path: root/src/etc/tidy.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation in tidy.Graydon Hoare2011-03-191-1/+1
|
* Use "/usr/bin/env python" per the prevailing stylePatrick Walton2010-08-191-1/+1
|
* Don't complain about \r when core.autocrlf is on in Git... and work in ↵Patrick Walton2010-08-181-4/+13
| | | | Python 2.4, 2.6, and 3.x.
* Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton2010-08-181-9/+3
| | | | This reverts commit 828afaa2fa4cc9e3e53bda0ae3073abfcfa151ca.
* Don't complain about \r when core.autocrlf is on in Git (now working with ↵Patrick Walton2010-08-181-3/+9
| | | | Python 2.6).
* Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton2010-08-181-10/+3
| | | | This reverts commit 828afaa2fa4cc9e3e53bda0ae3073abfcfa151ca.
* Don't complain about \r when core.autocrlf is on in GitPatrick Walton2010-08-181-3/+10
|
* Populate tree.Graydon Hoare2010-06-231-0/+25