vim-unite-giti is unite source for using git.
NeoBundle 'git://github.com/kmnk/vim-unite-giti.git'
- giti
- view sources of giti
- giti/branch
- view branches on current repository
- giti/config
- view config
- giti/log
- view log on current repository
- giti/remote
- view remotes
- giti/status
- view status of current repository
- giti/grep
- view grep results and jump to line
- switch
- delete
- delete_force
- merge
- yank_value
- write
- remove
- view
- diff
- revert
- vimdiff
- reset
- fetch
- rename
- rm
- add
- add_patch
- reset
- commit
- amend
- checkout
- diff
- diff_cached
- diff_head
- vimdiff_head
- rm_cached
- ignore
- git_rm
- extend giti/log source (and write document about it)
- implement giti/stash source and kind
- implement giti/blame source and kind (use scrollbind)
- implement giti/tag source and kind
- implement git_pull and git_pull_squash custom actions
- and other ...