manzur / gitfs

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.

This URL has Read+Write access

gitfs / diff-tree.m
100644 7 lines (5 sloc) 0.093 kb
1
2
3
4
5
6
7
Difftree: module
{
PATH: con "/dis/git/diff-tree.dis";
init: fn(args: list of string);
};