filhodanuvem / gitql

💊 A git query language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owner in remotes table

jsixface opened this issue · comments

What is the purpose of the owner in the remotes table. It just prints out the location of the .git directory. Does it have to do anything with the remotes ?

Maybe the chosen name is not so good @jsixface and we should change it.
It was inspired on https://libgit2.org/libgit2/#HEAD/group/remote/git_remote_owner which really returns the local git path.

The remote owner is gone in the latest libgit2 version 27

Cool, let's remove it.

The support to remotes table was removed so I'm closing this.