Jesse Duffield
Jesse Duffield
I'm pretty sure branch/suggestions tests something different, and so is itself flakey
I don't think there's an integration test using the repro steps of the issue
@mark2185 I agree about renaming to 'Amend to HEAD commit'. > disable amending to commits other than HEAD when in an interactive rebase, since it starts another and that's what...
> Ah, that explains some things. Should I open up a new PR for that change? Please do :) > That's what I opted out for, in the end. I...
@mark2185 it does fail for me, same as CI. In `GetLazygitRootDirectory` we check if we've got a .git directory in the current working directory and if so we return the...
Yeah the confusion is understandable: it could be better documented. The reason there is an actual/repo/ dir is so that we can also put other repos in the actual/ dir,...
I believe github can get stuck sometimes. If you `git commit --amend --no-edit --allow-empty` and force push that may resolve the issue. While I'm here I'll mention that I'm very...
@triarius Question for you: once this is merged, how soon after could we expect a new release containing the change?
@ymattw I'm adding support for custom pagers to lazygit ([examples](https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md)) and I've got a use case for a `--paging=never` flag. I don't want ydiff using less at all, and I'm...
Worth noting that `git diff | ydiff -p cat` actually still pipes to less, unlike what the docs say