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 / checkout-index.m
100644 9 lines (5 sloc) 0.105 kb
1
2
3
4
5
6
7
8
9
Checkoutindex: module
{
PATH: con "/dis/git/checkout-index.dis";
init: fn(args: list of string);
};