Yet another gitk clone for Vim!
- gitk-like repository viewer
- providing various git commands (e.g. checkout, reset, etc...)
- side by side diff by vimdiff
- No fugitive dependency, but well cooperation if exists.
- Supporting multibyte character
If you use NeoBundle,
NeoBundle 'cohama/agit.vim'
When you edit a file in git repository, type the below
:Agit
- Vim 7.4.52 or later
- Git 1.8.5 or later
MIT license
Pull request is always welcome!