mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Return error if the .git exists but is not a directory. This provides a slightly better failure message for git repo with submodules in case the '.git' is a file which provides the reference to the parent's .git folder with the submodule inside. |
||
|---|---|---|
| .. | ||
| branch.go | ||
| commit.go | ||
| commit_file.go | ||
| dummies.go | ||
| errors.go | ||
| exec_live_default.go | ||
| exec_live_win.go | ||
| file.go | ||
| git.go | ||
| git_structs.go | ||
| git_test.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| pull_request.go | ||
| pull_request_test.go | ||
| stash_entry.go | ||