mirror of
https://github.com/Smaug123/managed-git
synced 2025-10-06 08:18:43 +00:00
Initial commit
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal 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.
|
Reference in New Issue
Block a user