mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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.