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 /
name age message
file .gitignore Thu Jun 11 11:50:56 -0700 2009 - Added feautre to update-index for working wit... [Manzur]
file README Sun Jun 07 12:10:04 -0700 2009 modified: README modified: commit-tree.b ... [Manzur]
file cat-file.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file cat-file.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file checkout-index.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file checkout-index.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file checkrepo.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file checkrepo.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file commit-tree.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file commit-tree.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file config Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file diff-tree.b Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file diff-tree.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file exclude.b Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file exclude.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file gitfs.b Tue Jul 07 13:26:02 -0700 2009 - Fixed the issue with traversing: cd .. worke... [Manzur]
file gitfs.man Mon Jun 29 15:45:30 -0700 2009 Modifie man page [Manzur]
file gitindex.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file gitindex.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file init.b Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file init.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file log.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file log.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file myfs.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file read-tree.b Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file read-tree.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file shatest.b Tue Jun 09 11:31:58 -0700 2009 Added checkout-index; Added flag -t for cat-fil... [Manzur]
file show-diff.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file show-diff.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file tables.b Wed Jun 24 06:44:55 -0700 2009 -Added modified version of tables module; [Manzur]
file tables.dis Wed Jun 24 06:44:55 -0700 2009 -Added modified version of tables module; [Manzur]
file tables.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file test.b Wed Jun 24 06:44:55 -0700 2009 -Added modified version of tables module; [Manzur]
file text Wed Jun 10 11:36:24 -0700 2009 -Added header verification; -New functionality ... [Manzur]
file update-index.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file update-index.m Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file utils.b Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file utils.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file write-tree.b Mon Jun 22 13:55:56 -0700 2009 - Added non-complete fileserver implementation(... [Manzur]
file write-tree.m Thu Jun 25 12:22:44 -0700 2009 - Added special case to cat for reading trees: ... [Manzur]
file zlibt.c Thu Jun 11 11:50:56 -0700 2009 - Added feautre to update-index for working wit... [Manzur]
file zpipe.c Thu Jun 11 11:50:56 -0700 2009 - Added feautre to update-index for working wit... [Manzur]
file ztest.b Mon Jun 15 00:44:07 -0700 2009 - Added module for checking repository consiste... [Manzur]
README
NOTICE:

- show-diff.b uses ACME SAC's diff
- I added "all" method to tables.m