Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 21, 2019 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4eebc62390dcaea20d531888086102c7 to your computer and use it in GitHub Desktop.
Save ryantm/4eebc62390dcaea20d531888086102c7 to your computer and use it in GitHub Desktop.
/nix/store/wp4a5zyx5yxdchr6b21ajbcxwmvvnhly-gitfs-0.5.1
├── bin
│   └── gitfs
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gitfs
│   │   ├── cache
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── commits.py
│   │   │   ├── commits.pyc
│   │   │   ├── decorators
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── lru.py
│   │   │   │   └── lru.pyc
│   │   │   ├── gitignore.py
│   │   │   ├── gitignore.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lru.py
│   │   │   ├── lru.pyc
│   │   │   ├── node.py
│   │   │   └── node.pyc
│   │   ├── events
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── merges
│   │   │   ├── accept_mine.py
│   │   │   ├── accept_mine.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── mounter.py
│   │   ├── mounter.pyc
│   │   ├── repository.py
│   │   ├── repository.pyc
│   │   ├── router.py
│   │   ├── router.pyc
│   │   ├── routes.py
│   │   ├── routes.pyc
│   │   ├── utils
│   │   │   ├── args.py
│   │   │   ├── args.pyc
│   │   │   ├── commits.py
│   │   │   ├── commits.pyc
│   │   │   ├── decorators
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── not_in.py
│   │   │   │   ├── not_in.pyc
│   │   │   │   ├── retry.py
│   │   │   │   ├── retry.pyc
│   │   │   │   ├── while_not.py
│   │   │   │   ├── while_not.pyc
│   │   │   │   ├── write_operation.py
│   │   │   │   └── write_operation.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── path.py
│   │   │   ├── path.pyc
│   │   │   ├── strptime.py
│   │   │   └── strptime.pyc
│   │   ├── views
│   │   │   ├── commit.py
│   │   │   ├── commit.pyc
│   │   │   ├── current.py
│   │   │   ├── current.pyc
│   │   │   ├── history.py
│   │   │   ├── history.pyc
│   │   │   ├── index.py
│   │   │   ├── index.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── passthrough.py
│   │   │   ├── passthrough.pyc
│   │   │   ├── read_only.py
│   │   │   ├── read_only.pyc
│   │   │   ├── view.py
│   │   │   └── view.pyc
│   │   └── worker
│   │   ├── commit_queue.py
│   │   ├── commit_queue.pyc
│   │   ├── fetch.py
│   │   ├── fetch.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── peasant.py
│   │   ├── peasant.pyc
│   │   ├── sync.py
│   │   └── sync.pyc
│   └── gitfs-0.5.1.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment