Skip to content
/ rogitfs Public

Read-only FUSE filesystem for git repository exploration

License

Notifications You must be signed in to change notification settings

aw32/rogitfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rogitfs

Read-only FUSE filesystem for git repository exploration

Requirements

  • fuse3
  • libgit2

Mount

Mount

./rogitfs mountpoint --repopath=/path/to/repository

Unmount

fusermount3 -u mountpoint

Structure

Path
/commit Commit hash directories containing the commit directory structure
/obj Object hash files containing raw object data
/refs References to commits as symlinks
/inherit Commit inheritance structure using symlinks

Licence

Copyright 2019, aw32

SPDX-License-Identifier: GPL-3.0-only

About

Read-only FUSE filesystem for git repository exploration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages