lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Customizing `:Gina log` output format #248

Closed infokiller closed 4 years ago

infokiller commented 4 years ago

Hi,

Is it possible to customize the output :Gina log? I would like to use the --pretty option of git log. Thanks!

lambdalisue commented 4 years ago

Unfortunately no because gina needs to parse the results of git-log.

https://github.com/lambdalisue/gina.vim/blob/master/autoload/gina/command/log.vim#L123-L133