Git is distributed version control system focused on speed, effectivity and real-world usability on large projects. Its highlights include:distributed development, strong support for non-linear development, cryptographic authentication of history. This project aims to implement user mode file system to present revisions, branches, tags and so on in a git repository as a file tree.
Stars
42
Forks
5
Watchers
42
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
- Added special case to cat for reading trees: sha of the files are showed as text.
f505ff9View on GitHub- Added module for checking repository consistensy: checkrepo.b;
35128aaView on GitHub- Added feautre to update-index for working with directories;
ae9c4b3View on GitHubAdded checkout-index; Added flag -t for cat-file; Changed write-tree to write sorted file list; Added header sha calculation to the read-index
17b3c63View on GitHub