mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
factor out code from git.go
This commit is contained in:
parent
1767f91047
commit
72af7e4177
19 changed files with 1184 additions and 1128 deletions
|
@ -2012,7 +2012,7 @@ func TestGitCommandSkipEditorCommand(t *testing.T) {
|
|||
)
|
||||
})
|
||||
|
||||
_ = cmd.RunSkipEditorCommand("true")
|
||||
_ = cmd.runSkipEditorCommand("true")
|
||||
}
|
||||
|
||||
func TestFindDotGitDir(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue