-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: For complicated reasons the Meta source code syncing infrastructure cannot support .gitattributes macros, as documented here: https://git-scm.com/docs/gitattributes#_defining_macro_attributes Note especially this part: > not in .gitattributes files in working tree subdirectories The logic we use to extract a slice of the Meta monorepo and create a git repo for use on GitHub mangles the repo contents since this file is not at the "root" of the temporary exported git repo. Reworking our logic to fix this inside the code syncing logic turned out to not be possible without extended effort that is not worth it right now. So instead we just backout these commits: 1. python/cpython@0b906ae 2. python/cpython@f1e559b (I didn't ACTUALLY revert them, just fixed the lines in-place (see the rearranging done in the second commit)) Reviewed By: itamaro Differential Revision: D52377523 fbshipit-source-id: 0307ab4bbfbcd45ffeeb1c4ebb0f539eaad9868b
- Loading branch information
1 parent
da4835e
commit b1a1db5
Showing
1 changed file
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters