mirror of
https://github.com/Smaug123/managed-git
synced 2025-10-06 00:08:41 +00:00
aa7a73f5066e896a38e2ea7a9882f1a28e3de1c8
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.
Description
Languages
F#
99.6%
Python
0.4%