mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
TextBuffers now maintain a reference to their containing project to make it easier to test replication of buffers between environments without worrying about the value of the `project` global. We're also starting the process of moving the `git` global into Project as the `Project.repository` property.