uxder / agit.vim

A powerful Git log viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agit.vim

Build Status

Yet another gitk clone for Vim!

Screen Shots

Screen Shot

Features

  • 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

Installation

If you use NeoBundle,

NeoBundle 'cohama/agit.vim'

Usage

When you edit a file in git repository, type the below

:Agit

Requirements

  • Vim 7.4.52 or later
  • Git 1.8.5 or later

License

MIT license

Pull request is always welcome!

About

A powerful Git log viewer


Languages

Language:Vim Script 98.4%Language:Shell 1.1%Language:Ruby 0.5%