factor out code from git.go

This commit is contained in:
Jesse Duffield 2020-09-29 20:03:39 +10:00
parent 1767f91047
commit 72af7e4177
19 changed files with 1184 additions and 1128 deletions

View file

@ -2012,7 +2012,7 @@ func TestGitCommandSkipEditorCommand(t *testing.T) {
)
})
_ = cmd.RunSkipEditorCommand("true")
_ = cmd.runSkipEditorCommand("true")
}
func TestFindDotGitDir(t *testing.T) {