commit | 86796851ce73beef39ea4b0732bbbc3540dafff2 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 08 14:13:05 2016 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Aug 08 17:28:20 2016 +0200 |
tree | 573d0c37a8e8fbf6e83b33fd1acf526b2a8222c2 | |
parent | 67472da5e70037070fcc246e031cb521a91d8d9c [diff] |
Add a note about git2go/libgit2. Change-Id: Ia9a8473cde66c535c8682408efa1f91c71601b55
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-multifs mkdir /tmp/mnt slothfs-multifs /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.