Luka Markušić

Results 459 comments of Luka Markušić

> Should I just PR / push onto the existing fix branch? I believe you don't have the permission to do that, but you can create a fork. > I...

Would you be interested in taking a shot at this? I take it we just need to replace `' '` with `'-'` [here](https://github.com/jesseduffield/lazygit/blob/70a46028e1499d01d474212c5be0167d41cf5a81/pkg/commands/git_commands/branch.go#L145).

Oh, I meant "taking a shot" in the sense of "would you like to try and fix this"?

Nobody fixed it in the meantime, as far as I'm aware :)

Uhhh... I meant that it is still not fixed, so it should remain open :sweat_smile:

That version is quite dated, could you please try building current `master`?

> @mark2185 do you have any extra options for git paging in your config.yml? If yes try to disable them. I assume that was intended for @Nikola-Milovic ?

@Nikola-Milovic do you use the `delta` pager by any change? [Related](https://github.com/jesseduffield/lazygit/issues/1688)

By putting the relevant lines (`app.py:693..701`) into a `try-except` the exception is caught and it works, but that's a hack, not a solution.

I recommend creating a menu under `M` in which we'd have options such as: - `m` would merge as usual - `s` would merge with `--squash` - `n` for `--no-commit`,...