From cb49cfc1ede507d46c26181d9c73e56d56c1564d Mon Sep 17 00:00:00 2001 From: Jerome Reybert <jreybert@gmail.com> Date: Tue, 10 Nov 2015 23:09:23 +0100 Subject: [PATCH] README.md: update more to come section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abb088..0d80e04 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,13 @@ Take a look at [TL;DR](#tldr) to start using it immediatly. * [ ] Chase all corner cases. Please remember that vimagit is at an early development stage. If you try vimagit and nothing is working, please don't throw it, fill an [issue](https://github.com/jreybert/vimagit/issues/new) on github :heart: ! More to come: -* Vizualize and checkout branches. +* Make vimagit more efficient for huge repositories, with a lot of diffs. +* Add a push function, taking care if needed about the remote repository and branch. +* Handle commit fixup! and squash!, with a smart git log popup. +* Handle multiple git repositories within one vim session. +* Stage multiple hunks or file by visually selecting them. * Go through history, cherry-pick changes. +* Vizualize and checkout branches. * Something is missing? Open an [issue](https://github.com/jreybert/vimagit/issues/new)! > Why should I use vimagit, there are already plethora git plugins for vim? -- GitLab