sindrets/diffview.nvim

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

Open

#438 建立於 2023年11月17日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Lua (189 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (5,562 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南