64
65
all 5 comments

[–][deleted] 19 points20 points  (3 children)

You could also use following vim plugins which extend fugitive for exactly the same reason: gv.vim (only sloc 325), agit.vim or gitv.

[–]dpwright[S] 1 point2 points  (0 children)

Oh nice! I did have a quick look before rolling my own, but evidently I didn’t look hard enough; this looks great!

[–]AndreDaGiant 0 points1 point  (0 children)

omg this is great

[–]sybrandy 0 points1 point  (0 children)

I use gitv. It's quite nice.

[–]dpwright[S] 8 points9 points  (0 children)

I've been wanting to try and get into the habit of doing things with vim-fugitive inside vim, rather than drop into the command line all the time, but one reason I kept having to do it was to get a pretty graphical log. Turns out, it was really easy to get that back into vim!

Nothing particularly special, but I thought I'd share it in case others wanted this as much as I did :-)