summaryrefslogtreecommitdiff
path: root/filesystems/gitfs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/gitfs/pkg-descr')
-rw-r--r--filesystems/gitfs/pkg-descr3
1 files changed, 3 insertions, 0 deletions
diff --git a/filesystems/gitfs/pkg-descr b/filesystems/gitfs/pkg-descr
new file mode 100644
index 000000000000..ce7e2bf5144f
--- /dev/null
+++ b/filesystems/gitfs/pkg-descr
@@ -0,0 +1,3 @@
+gitfs is a FUSE file system that fully integrates with git. You can
+mount a remote repository's branch locally, and any subsequent changes
+made to the files will be automatically committed to the remote.