oridb/git9

git/compat

Closed this issue · 4 comments

Set up a namespace where normal git commands work

You can't tell me what to do Mom

The proposed PR currently works fine, when issued within a git repository. Outside of a git repo, programs like go's go get will fail.

E.g.,

# cd .; git clone -- https://github.com/halfwit/ytcli /usr/glenda/src/github.com/halfwit/ytcli
exit status: 'git 127550: no match'package github.com/halfwit/ytcli: exit status: 'git 127550: no match'
oridb commented

implemented