Moritz

Results 9 comments of Moritz

> In particular, are you aware of the fact that there are some build in cmake commands that have as many as three levels if inner argument groups? Nope :grin:...

> One thing I wonder is, would it make more sense to first choose a remote and then choose the branch, rather than select from branches across all remotes? Definitely....

> > One thing I wonder is, would it make more sense to first choose a remote and then choose the branch, rather than select from branches across all remotes?...

@jesseduffield : Thanks, no worries. I'll try to get the PR rebased and cleaned up soon'ish :)

@socketbox : In general, the update notifications are supposed to work out-of-the-box. For releases [downloaded directly from GitHub](https://github.com/jesseduffield/lazygit/releases) that's broken (which is the issue I filed this ticket for). In...

> I didn't realise we actually already prompt if there are no staged files. So this now becomes trickier. This makes me think the separate keybinding approach might actually be...

We've observed a problem that might be related: When using `repo.organization`, calls to `get_team_by_slug()` fail with a 404 as well. "Direct" calls are OK: ``` org = g.get_organization('foo') repo =...

I've gotten this to work for our Enterprise instance via a `services` entry in the config file, see [docs](https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-pull-request-urls). In my case (Git and Web URL are identical), it says:...

This might be a bit late, but still relevant: Alpine only has the most current version of every package (per Alpine Linux release) available for download. Old versions get deleted...