Bug 91556
Summary: | svn-{apply, unapply}: Implement support for the allow-tabs property | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, achicu, eric, mvujovic |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Daniel Bates
Following up from <https://bugs.webkit.org/show_bug.cgi?id=89039#c73>, we should teach svn-{apply, unapply} about the allow-tabs property, which is used to signify that a file can legitimately contain tab characters.
Additional remarks:
By default, svn.webkit.org rejects commits with files that contain tab characters so as to prevent inadvertently committing changes with tab characters. Files that are allowed to contain tab characters must have their allow-tabs property set so that changes to them aren't rejected by the pre-commit hook.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |