Jesse Duffield
Jesse Duffield
Re: submodules, the tabs cycle so you can use '[' to go from the files tab to the submodules tab. Though perhaps the worktrees view could come after submodules. My...
Took me a while to get around to this but thanks for the detailed explanation @simonerni . Currently I'm spending most of my free time on https://github.com/jesseduffield/lazygit so I won't...
interesting, it never occurred to me that that git revert would have its own continue/abort/skip commands. This should be easy to support by extending the `genericMergeCommand` function in `pkg/gui/controllers/helpers/merge_and_rebase_helper.go` but...
The code I referred to in my last comment is now merged so this is unblocked. Fleshing out what's specifically required here: we need a way of knowing whether we're...
@2k16daniel is there anything in that config section that does contain the correct name?
sorry I meant: for the phpmyadmin/db container, is there anything in the Config tab in the main panel that contains the sqlserver name? The idea being that we could make...
Interesting, so sounds like if there is a name in the config we should use that
in `pkg/commands/docker.go` we have: ```go // if the container is made with a name label we will use that if name, ok := container.Labels["name"]; ok { newContainer.Name = name }...
I just came across this use case myself. @mattboldt do you intend to revisit this PR?
Hi @mattn just checking if there's anything specific blocking this merge? @rivo Are you using this branch yourself in another project? Is your fork something I could safely use myself?