{"id":21215350,"url":"https://github.com/zlikavac32/grofs","last_synced_at":"2025-10-22T10:57:44.768Z","repository":{"id":141948347,"uuid":"166453361","full_name":"zlikavac32/grofs","owner":"zlikavac32","description":"Simple Git Read-Only File System","archived":false,"fork":false,"pushed_at":"2019-03-05T09:19:29.000Z","size":57,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T16:45:48.652Z","etag":null,"topics":["fuse","git","libgit2"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zlikavac32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-18T18:18:42.000Z","updated_at":"2025-04-17T00:09:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba8f9b47-b970-4597-b670-17b2cf549cf8","html_url":"https://github.com/zlikavac32/grofs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zlikavac32/grofs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlikavac32%2Fgrofs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlikavac32%2Fgrofs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlikavac32%2Fgrofs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlikavac32%2Fgrofs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zlikavac32","download_url":"https://codeload.github.com/zlikavac32/grofs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zlikavac32%2Fgrofs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280424210,"owners_count":26328462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fuse","git","libgit2"],"created_at":"2024-11-20T21:37:14.610Z","updated_at":"2025-10-22T10:57:44.763Z","avatar_url":"https://github.com/zlikavac32.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grofs - Git Read-Only FS\n\nSimple FUSE implementation that exposes git repository as a file system. It's still in the early development so don't use it in production.\n\n## Install\n\nBefore build, make sure you have `libgit2`, `fuse2`, `pkgconf` and `make` (tested with GNU make) installed.\n\nClone this repository and  run `make \u0026\u0026 sudo make install`.\n\n## Usage\n\nRun `grofs \u003cgit-repo-root-path\u003e \u003cmount-point\u003e` to mount git repository.\n\nVirtualized file system has following structure\n\n```\n/\n    commits/\n        commit1-sha1/\n            tree/\n                ... - tree for that commit as if you did git checkout commit1-sha1\n            parent - file that contains SHA1 of the parent (no file if no parrent)\n        commit2-sha1/\n            ...\n        ...\n        commitn-sha1/\n            ...\n    blobs/\n        blob1-sha1 - contains content for blob blob1-sha1\n        blob2-sha1\n        ...\n        blobn-sha1\n```\n\nSome more rules\n\n- file `parent` is always of size 40\n- files representing blob have their size set to the size of raw blob content\n- folders representing commits (like `commit1-sha1` in the example above) have commit time as their create and modified time\n- every other file system item has `grofs` start time as create and modified time\n\n## Further development\n\n- Possibility to specify remote which is exposed\n- More virtualized files/folders like commit author, message, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlikavac32%2Fgrofs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzlikavac32%2Fgrofs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzlikavac32%2Fgrofs/lists"}