1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
d4ef8e53d5 Remove return value of Alert/Confirm/Prompt
This might seem controversial; in many cases the client code gets longer,
because it needs an extra line for an explicit `return nil`. I still prefer
this, because it makes it clearer which calls can return errors.
2024-09-06 08:45:48 +02:00
fc91ef6a59 standardise helper args 2023-04-30 13:19:53 +10:00
43251e7275 split context common from helper common 2023-04-30 13:19:53 +10:00
1f482e585e Fix github linter errors 2022-07-30 08:10:29 +02:00
c4b958e3fd There's gotta be a better way for initial content 2022-04-13 15:21:01 +02:00
f83308c8df Add option to (un)set upstream for a local branch 2022-04-11 14:04:06 +02:00