mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 09:31:41 +03:00
85d4337f26
This change adds support for Version Controlled projects in language server. Version Control supports operations: - `init` - initialize VCS for a project - `save` - commit all changes to the project in VCS - `restore` - ability to restore project to some past `save` - `status` - show the status of the project from VCS' perspective - `list` - show a list of requested saves # Important Notes Behind the scenes, Enso's VCS uses git (or rather [jGit](https://www.eclipse.org/jgit/)) but nothing stops us from using a different implementation as long as it conforms to the establish API.
3 lines
179 B
Plaintext
3 lines
179 B
Plaintext
Copyright 2009-2016, Daniel Lemire, Cliff Moon, David McIntosh, Robert Becho, Google Inc., Veronika Zenz, Owen Kaser, Gregory Ssi-Yan-Kai, Rory Graves
|
|
Copyright 2012, Google Inc.
|