jesseduffield / jesseduffield/lazygit
Show more information on the Patch tab?
- 主要语言
- Go
- 星标
- 82.4k
- 派生
- 3k
- 平均合并
- 2 天 18 小时
- 30 天内合并 PR
- 19
描述
**Is your feature request related to a problem? Please describe.**
When we are on the "commit" panel, we can see the Patch tab, showing the commit id, author, email, date, etc.
Suppose the commit id is `127b2be4`, we can use
```
git show --pretty=fuller 127b2be4
```
to obtain more detailed information about this commit.
I know we can custom the git log command through
```yaml
git:
branchLogCmd: "git log --graph --color=always --pretty=medium --oneline {{branchName}} --"
```
Can we show more information on the patch tab in a similar way?
**Describe the solution you'd like**
Provide a options like:
```yaml
git:
showCmd: "git show --pretty=fuller {{ .SelectedLocalCommit.Sha }}"
```
贡献指南
评估
这个 Issue 还没有评估数据。