sindrets/diffview.nvim

[Feature Request] allow to change commit log format in FileHistoryPanel

Open

#438 aperta il 17 nov 2023

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Lua (189 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (5562 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Description

I would like to change the commit log format to only show hash and author. I have tried adding the --pretty flag to the default args for the DiffViewFileHistory but it doesn't work.

default_args {
      DiffviewFileHistory = { "--base=LOCAL" , "--pretty=format..."},
}

Expected behavior

No response

Actual behavior

Log format in the FileHistoryPanel cannot be changed

Guida contributor