This app makes a hard coded assumption that all Git repos are tracked with the repository meta data in .git, but this is a false assumption. If the GIT_DIR environment variable is set (c.f. git's --git-dir arg) that may be in another location entirely. The result is an empty graph pane.
This app makes a hard coded assumption that all Git repos are tracked with the repository meta data in
.git, but this is a false assumption. If theGIT_DIRenvironment variable is set (c.f.git's--git-dirarg) that may be in another location entirely. The result is an empty graph pane.