NeogitOrg/neogit

Show graph like Git Graph

開放

#1,560 建立於 2024年11月15日

 (4 則留言) (0 個反應) (0 位負責人)Lua (335 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (5,351 顆星)
PR 合併指標
 (平均合併 18小時 52分鐘) (30 天內合併 1 個 PR)

描述

Is your feature request related to a problem? Please describe. Git Graph by https://github.com/isakbm/gitgraph.nvim has nice alignment and is visually more appealing than the log and graph rendered by NeoGit.

Describe the solution you'd like Allow using GitGraph as a backend to render the graphs. Select the options using NeoGit (just as it is currently done), then make a call to gitgraph drawing require'gitgraph'.draw({}, {}) function and use it to render the log messages.

Describe alternatives you've considered Quitting NeoGit and calling GitGraph, but that's a poor workflow because I prefer to use NeoGit except for viewing logs.

貢獻者指南