Jesse Duffield

Results 532 comments of Jesse Duffield

There's two things to discuss here. The first is that we do not support using arbitrary pagers in our staging mode. The second is that we don't allow focusing the...

@mjarkk this is another argument in favour of changing how we discard folders (i.e. just using git checkout)

> I'm sorry, but I think you've been accidentally tagging mjarkk instead of mark2185 for the past couple of months. Oh my goodness, apologies to both of you! (and hi...

That error is appearing because in order to amend a commit other than the HEAD commit, we need to rebase. But we're already in rebase mode due to pressing 'e'...

`AmendHeadCmdObj` (pkg/commands/git_commands/commit.go) has the code for amending the most recent commit, and `amendTo` (pkg/gui/controllers/local_commits_controller.go) is where we'd need to add logic to use `AmendHeadCmdObj` if we're dealing with the most...

@mark2185 although that's true, given that lazygit does allow you to take the more long-winded approach, we ought to ensure it's a good UX experience either way

Yep as soon as I commented I saw your PR go up haha

I'm happy to do that from here on.

Will close this issue after the next release