This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
TODO
Alisue edited this page Apr 5, 2016
·
4 revisions
- Release a 1st alpha version (prototype version) to get the image
- Add git status interface to manipulate the index
- Add git commit interface to manipulate the commit message and commit the changes
- Add git diff interface to figure out the difference
- Add git browse interface to show the files on the remote
- Add conflict solver to help solving conflicted files
- Release a 2nd alpha version to settle the fundamental mechanisms
- Do aggressive refactoring to simplify
- Add git add/rm/checkout/reset interface
- Add git diff-ls interface to figure out which files were changed from a particular commit
- Add git conflict interface to open solver for the current buffer
- Improve the user interface
- Fix several known issues
- Release a 3rd alpha version to add useful features
- Add behavior tests (WIP: https://github.com/lambdalisue/vim-gita/issues/35)
- Add git blame interface (WIP: https://github.com/lambdalisue/vim-gita/pull/29)
- Add git add -p interface
- Add git reset -p interface
- Add git branch interface (to checkout, merge, rebase, etc.)
- Add git grep interface? (I'm ok with unite-grep-vcs but it is better if vim-gita support grep)
- Add hints mechanisms to tell features (WIP: https://github.com/lambdalisue/vim-gita/pull/27)
- Release a beta version to find/fix bugs
- Write a better document
- Write a CONTRIBUTE.md
- Add Unite.vim integrations or create an external harmonic plugin
- Release a product version to help the world!
- Write a complete document for user
- Write a API document for developer