git-lfs/ROADMAP.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2015-04-14 14:16:48 +00:00
# Git LFS Roadmap
This is a high level overview of some of the big changes we want to make for
Git LFS. If you have an idea for a new feature, open an issue for discussion.
2015-04-14 14:16:48 +00:00
## v1.0
2015-04-16 15:25:46 +00:00
These are the features that we feel are important for a v1 release of Git LFS,
and we have a good idea how they could work.
2015-04-14 14:16:48 +00:00
2015-06-19 15:41:35 +00:00
* Fast, efficient uploading and downloading ([#414](https://github.com/github/git-lfs/issues/414)).
* Improved local storage management ([#490](https://github.com/github/git-lfs/issues/490)).
2015-04-27 21:13:19 +00:00
* Ability to remove objects from the command line through the API.
* [Extensions](docs/proposals/extensions.md).
2015-04-14 14:16:48 +00:00
## Possible Features
These are features that require some more research. It's very possible that
these can make it in for v1.0 if there's a great proposal.
* File locking
* Binary diffing - reduce the amount of content sent over the wire.
* Client side metrics reporting, so the Git LFS server can optionally track
how clients are performing.
2015-04-14 14:16:48 +00:00
## Project Related
These are items that don't affect Git LFS end users.
* Releases through common package repositories: RPM, Apt, Chocolatey, Homebrew.
* CI builds for Windows.
* Automated build servers that build Git LFS on native platforms.
* Automated QA test suite for running release candidates through a gauntlet of
open source and proprietary Git LFS environments.
* Automatic updates of the Git LFS client.