public
Description: 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.
Homepage:
Clone URL: git://github.com/manzur/gitfs.git
gitfs / cat-file.m
100644 6 lines (5 sloc) 0.147 kb
1
2
3
4
5
6
Catfile: module
{
PATH: con "/dis/git/cat-file.dis";
init: fn(repopath: string, printtypeonly: int, path: string, ch: chan of array of byte);
};