Check for the existence of the git directory on startup.
authorPaul Mackerras <paulus@samba.org>
Mon, 27 Jun 2005 00:37:11 +0000 (10:37 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Jun 2005 00:37:11 +0000 (10:37 +1000)
Check that $GIT_DIR (or .git, if GIT_DIR is not set) is a directory.
This means we can give a more informative error message if the user
runs gitk somewhere that isn't a git repository.

No differences found