commit | 1e2b8af02aaf2b11da928cbc830dc5b7b7c1173f | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Nov 23 13:58:25 2016 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Dec 05 11:42:00 2016 +0100 |
tree | 79e05a4d1cd335d66b71da47673737d903471d80 | |
parent | 4ca1d133a148d22e680bfa8fd5b2954a38117341 [diff] |
Add debug flag to gitiles client. Change-Id: I2fe5a033883c838aa98d690e282483266400c5bd
SlothFS is a FUSE filesystem that provides light-weight, lazily downloaded, read-only checkouts of manifest-based Git projects. It is intended for use with Android.
To start the file system:
go install github.com/google/slothfs/cmd/slothfs-repofs mkdir /tmp/mnt slothfs-repofs /tmp/mnt &
To create a workspace “ws” corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-deref-manifest slothfs-deref-manifest > /tmp/m.xml ln -s /tmp/m.xml /tmp/mnt/config/ws
More details can be found in the manual.
This is not an official Google product.