Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ UserConfig
Method
UserConfig
pkg/common/common.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(c *Common) UserConfig() *config.UserConfig {
25
return
c.userConfig.Load()
26
}
27
28
func
(c *Common) SetUserConfig(userConfig *config.UserConfig) {
29
c.userConfig.Store(userConfig)
Callers
15
skipUpdateCheck
Method · 0.80
Get
Method · 0.80
getLogCmd
Method · 0.80
GetGraphCmdObj
Method · 0.80
Merge
Method · 0.80
allBranchesLogCandidates
Method · 0.80
GetEditCmdStr
Method · 0.80
GetEditAtLineCmdStr
Method · 0.80
GetEditAtLineAndWaitCmdStr
Method · 0.80
GetOpenDirInEditorCmdStr
Method · 0.80
DiffCmdObj
Method · 0.80
ShowStashEntryCmdObj
Method · 0.80
Calls
1
Load
Method · 0.80
Tested by
13
buildGitCommon
Function · 0.64
TestGetCommits
Function · 0.64
TestGetBehindBaseBranchValuesForAllBranches_FastPath
Function · 0.64
TestGetBehindBaseBranchValuesForAllBranches_FastPath_ClearsStaleValueWhenBranchMissingFromOutput
Function · 0.64
TestGetBehindBaseBranchValuesForAllBranches_LegacyPath
Function · 0.64
TestSyncFetch
Function · 0.64
TestSyncFetchBackground
Function · 0.64
TestOSCommandOpenFileDarwin
Function · 0.64
TestOSCommandOpenFileLinux
Function · 0.64
TestOSCommandOpenFileWindows
Function · 0.64
TestRenderFileTree
Function · 0.64
TestRenderCommitFileTree
Function · 0.64