]> git.lizzy.rs Git - plan9front.git/commit
git/fs: move mount point to $repo/.git/fs
authorOri Bernstein <ori@eigenstate.org>
Mon, 31 May 2021 00:46:21 +0000 (17:46 -0700)
committerOri Bernstein <ori@eigenstate.org>
Mon, 31 May 2021 00:46:21 +0000 (17:46 -0700)
commit12e952e684d149628360b6fcdb583be86052f944
treeb7ede146e2d145c9dcdc92a80e1a92d2be869aad
parent1af2546e96fa96ec5341026dd509c9e4ed54c6db
git/fs: move mount point to $repo/.git/fs

Moving the mount point to within the repo
directory means that we can have multiple
git repos mounted at once with no conflict.
14 files changed:
sys/lib/git/common.rc
sys/man/1/git
sys/man/4/gitfs
sys/src/cmd/git/add
sys/src/cmd/git/branch
sys/src/cmd/git/clone
sys/src/cmd/git/commit
sys/src/cmd/git/fs.c
sys/src/cmd/git/import
sys/src/cmd/git/merge
sys/src/cmd/git/query.c
sys/src/cmd/git/rebase
sys/src/cmd/git/revert
sys/src/cmd/git/walk.c