--full-path
option show the relative paths with the relative root
#80
Labels
--full-path
option show the relative paths with the relative root
#80
Set relative paths in
.gitconfig
[ghq] root = ~/.go/src root = ./vendor
Run
ghq list
with--full-path, -p
option$ cd /path/to/some/golang/repo $ ghq list -p /Users/delphinus/.go/src/github.com/mattn/gom /Users/delphinus/.go/src/github.com/mattn/gover /Users/delphinus/.go/src/github.com/mattn/goveralls ... vendor/github.com/BurntSushi/toml vendor/github.com/urfave/cli
I think the last two paths should be absolute, such as...
Is it the specification, or the bug?
The text was updated successfully, but these errors were encountered: