mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 18:51:12 +01:00
No description
e15da75687
Summary: It's now harder to accidentally mark code as generated. Test Plan: Tested with this diff in my sandbox; only file "D" was shown, the others were marked as generated: diff --git a/A b/A index e69de29..780b46c 100644 --- a/A +++ b/A @@ -0,0 +1,2 @@ +@generated +Tue Jun 7 16:41:17 PDT 2011 diff --git a/B b/B index e69de29..b55fe21 100644 --- a/B +++ b/B @@ -0,0 +1,3 @@ +/** + * @generated by ed + */ diff --git a/C b/C index e69de29..e0f808a 100644 --- a/C +++ b/C @@ -0,0 +1,3 @@ +/** + * {@generated <<jonx>lol>} + */ diff --git a/D b/D index e69de29..89e8829 100644 --- a/D +++ b/D @@ -0,0 +1,2 @@ +string = STDIN.readlines +string.include?('@generated') Reviewed By: jungejason Reviewers: jungejason CC: aran, edward, jungejason Differential Revision: 408 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG | ||
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