Go to file
Smaug123 f550ca4f84 Commits
2020-05-03 13:37:34 +01:00
2020-05-02 10:37:03 +01:00
2020-05-03 13:37:34 +01:00
2020-05-03 13:37:34 +01:00
2020-05-02 10:35:13 +01:00
2020-05-02 10:35:13 +01:00
2020-05-02 10:35:13 +01:00

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
A managed implementation of Git
Readme 302 KiB
Languages
F# 99.6%
Python 0.4%