mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
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 |
||
---|---|---|
.. | ||
aphront | ||
applications | ||
docs | ||
infrastructure | ||
storage | ||
view | ||
__celerity_resource_map__.php | ||
__phutil_library_init__.php | ||
__phutil_library_map__.php |