commit | c6d23a4aa7144cfa2056d4191a49cb405f7a9cd0 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Apr 09 15:18:29 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Apr 09 15:18:29 2019 +0200 |
tree | 40a3fd22a510eca767527071bc02a713f5ceb5a0 | |
parent | 25d701a207adc59aba565aa01dbbe73d374404eb [diff] |
gitiles: remove unused var Change-Id: I41c9760c2d6c504f517115002482ed49095acf7e
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.