fugitive + git log --graph

2016-04-29 Thread marco restelli
Dear all, using the fugitive plugin (https://github.com/tpope/vim-fugitive) is there a way to work on the graph of the repository history, as shown by "git log --graph" ? Ideally, I would like to have the output of git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1

Re: fugitive + git log --graph

2016-04-29 Thread Justin M. Keyes
On Apr 29, 2016 6:36 AM, "marco restelli" wrote: > > Dear all, >using the fugitive plugin (https://github.com/tpope/vim-fugitive) > is there a way to work on the graph of the repository history, as > shown by "git log --graph" ? > > Ideally, I would like to have the output of > > git log --gra

Re: fugitive + git log --graph

2016-05-02 Thread marco restelli
2016-04-29 19:24 GMT+0200, Justin M. Keyes : > On Apr 29, 2016 6:36 AM, "marco restelli" wrote: >> >> Dear all, >>using the fugitive plugin (https://github.com/tpope/vim-fugitive) >> is there a way to work on the graph of the repository history, as >> shown by "git log --graph" ? >> >> Ideally