commit | 50cee9f7ba5bb5fc0f929cbcbb286cb9ec1b0f47 | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Wed Nov 02 10:16:48 2016 +0100 |
committer | Patrick Hiesel <hiesel@google.com> | Wed Nov 02 11:22:46 2016 +0100 |
tree | c8d875ce161ed6720cbea7cbbdd3bdbef3e559f4 | |
parent | b16dc635e6f3fe4b00411afe599f209feba62bbd [diff] |
Ignore cookies with empty values Change-Id: I7902bb4eff8863117f8fe895e1a4ae8af29a88be
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.