Commit Log #26511
Replies: 17 comments 14 replies
|
My biggest ask - and I ask with my whole heart... That if and when Zed implements this that the graph view is beautiful. IMO, nothing beats Gitkraken's graph view for being able to easily visualise branches and where they go. Some of the things Gitkraken's view gets right:
It seems like every other source control solution resorts to something that looks like the below, and it significantly reduces the clarity and how quickly you can understand a graph in a more complex project. |
|
I think it would be perfectly acceptable to start with something basic and then iterate on it later |
|
Maybe I am just lazy with learning git, but I enjoy the fact that, with GitKraken and the VSCode Git Graph extension, I can checkout, merge, reset, delete, rebase branches, all through the graph. I find it much faster to do lots of complex operations using the visual aid of the graph than having to look at the commit log, mention commits by hash etc. The ability to run these git commands through the graph could be something to consider in a git graph implementation of Zed. |
|
The lack of a git graph in zed is the only thing keeping me from trying it out on a longer term basis. |
|
I think this worth mention https://github.com/lusingander/serie |
|
I also love https://open-vsx.org/extension/mhutchie/git-graph. Simple but powerful. Would love something similar in Zed (or a Zed extension) |
|
I found a pull request that already works pretty well for me #39595. |
|
Any news? Git without log is... uncomfortably 😢 I've made a commit, but I don't see it: what is commited, but not pushed, what was pulled & etc 😕 and where is branches list? Which branches are on server, which are on my local machine, how to interact with them? IMHO Computer programs is needed for making human's life simpler! But Zed does this only partially... 😞 |
|
Did you decide anything in the end? Or are you leaving it for now until better times? |
|
Hey, everyone who is waiting here. I must announce that the official graph implementation has been merged. |
|
It's live on the preview: Thank you Zed Team & All Contributors ❤️ |
|
Loving the preview of the commit log graph view!! I have a few comments/asks for future iterations:
Otherwise, it's one step closer from me cancelling my Gitkraken subscription!! Thank you Zed team. |
|
Hey all The git graph has shipped in Zed Stable 0.231! It covers the essentials listed in this discussion:
The remaining items that haven't been addressed yet (such as rearranging or squashing commits, and creating branches off commits) will be addressed soon, along with other features. If you'd like to see additional functionality on top of the git graph, feel free to open a new feature request Discussion so we can track each ask individually. |













Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The user should have access to the history of commits.
Other nice-to-haves, but could be skipped for the initial implementation, and added incrementally:
Related:
All reactions