Initial commit

This commit is contained in:
Smaug123
2020-05-02 10:33:38 +01:00
commit f263f81968
13 changed files with 348 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Git
This is an F# implementation of Git.
As of the first commit, it is liable to be highly inefficient; it might not close streams it opens, it might read streams to the end when it need not, and so forth.
# Why?
LibGit2Sharp is all fine and dandy except that it has to act on a real filesystem.