FreeBSD fork of Phabricator code review https://reviews.freebsd.org
Go to file
vrana ea0fe6d64b Optimize matching regexps in Herald rules
Summary:
We spend 6.37 s in this condition on a big diff.
By adding the 'S' flag, the time is down to 2.15 s.

Test Plan: `DifferentialRevisionEditor::newRevisionFromConduitWithDiff()`

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3284
2012-08-14 15:14:02 -07:00
bin Add a basic "fact" application 2012-07-27 13:34:21 -07:00
conf Adds an option to allow sending unified diff contexts in differential mails. 2012-08-12 19:49:04 +02:00
externals Update Javelin 2012-06-08 16:16:41 -07:00
resources Add View, Edit and Join policies to PhabricatorProject 2012-08-11 07:05:01 -07:00
scripts Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
src Optimize matching regexps in Herald rules 2012-08-14 15:14:02 -07:00
support/aphlict Add an Aphlict CLI client 2012-07-05 16:04:04 -07:00
webroot Use sprites for (nearly) all application icons 2012-08-14 14:23:55 -07:00
.arcconfig Remove "remote_hooks_installed" from phabricator/.arcconfig 2012-07-24 07:19:15 -07:00
.divinerconfig Centralize rendering of application mail bodies 2012-07-16 19:01:43 -07:00
.gitignore Remove support for custom logos 2012-07-30 11:09:28 -07:00
.gitmodules
README

Phabricator is a open source collection of web applications which make it easier
to write, review, and share source code. Phabricator was developed at Facebook.

This is an early release. It's pretty high-quality and usable, but under
active development so things may change quickly.

You can learn more about the project and find links to documentation and
resources at: http://phabricator.org/

LICENSE

Phabricator is released under the Apache 2.0 license except as otherwise noted.
http://www.apache.org/licenses/LICENSE-2.0