NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
3.71k stars 221 forks source link

Added support for `git stash list` #1280

Closed AlphabetsAlphabets closed 1 week ago

AlphabetsAlphabets commented 2 months ago

Added basic support for git stash list. Current functionality in the :Neogit screen.

  1. Z then l will give a list of stashes.
  2. Pressing ENTER on any of the stashes will bring up a diff for that stash.
CKolkey commented 2 months ago

Nice work! Left some feedback

AlphabetsAlphabets commented 2 months ago

Hey, @CKolkey I fixed all the issues you brought up in the review. I also merged the latest from master and tested the code and all is well. Can you double check to make sure everything is alright?

AlphabetsAlphabets commented 2 months ago

@CKolkey hey there. Would you mind taking a look at the changes?

CKolkey commented 2 months ago

It's pretty good - there are still a handful of comments I left that are unresolved though. Take care of those and we'll merge this :)

ej-shafran commented 1 month ago

Hey - is there any movement on this? @AlphabetsAlphabets if you're no longer working on this feature, you mind if I fork off of you and fix the mentioned comments?

AlphabetsAlphabets commented 1 month ago

Hi, feel free to do so. I'm very busy right now.