jesseduffield.lazygit/pkg
Jesse Duffield f172f20219 Return whether the context has a parent or not along with that parent
There has got to be a better way around this but if we're returning a Context
from a function (Context is an interface, not a concrete type), even if we
return nil, on the calling end it won't be equal to nil because an interface
value is a tuple of the type and the value meaning it's never itself nil,
unless both values in the tuple are nil.

So we're explicitly returning whether or not the underlying concrete type is nil.
2020-08-23 22:30:32 +00:00
..
app support opening lazygit outside a git directory 2020-08-16 22:59:58 +10:00
commands rename Status to PatchStatus 2020-08-23 15:11:06 +10:00
config allow overriding default confirm/escape keybindings 2020-08-17 18:22:57 +10:00
gui Return whether the context has a parent or not along with that parent 2020-08-23 22:30:32 +00:00
i18n add sub commit context 2020-08-23 14:29:18 +10:00
tasks big golangci-lint cleanup 2020-03-09 12:23:13 +11:00
test add a helper to search a list for a pattern 2020-02-02 11:29:22 +11:00
theme prevent flicker from bolding background of selected line 2020-05-15 21:12:12 +10:00
updates remove go-getter 2019-11-12 22:58:01 +11:00
utils move patch stuff into its own package 2020-08-15 11:41:37 +10:00