You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Happens with https://github.com/mvdan/git-picked, which does git.PlainOpen(".") and reads some info about the branches. This software works fine when the clone isn't a submodule.
But when it is...
$ git-picked
open .git/objects/pack: not a directory
More info:
$ ls -la .git
-rw-r--r-- 1 mvdan mvdan 34 Mar 27 16:58 .git
$ cat .git
gitdir: ../.git/modules/webclient
The text was updated successfully, but these errors were encountered:
Happens with https://github.com/mvdan/git-picked, which does
git.PlainOpen(".")
and reads some info about the branches. This software works fine when the clone isn't a submodule.But when it is...
More info:
The text was updated successfully, but these errors were encountered: