File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ $ opam install git
4747 position-independent representation so that they can be manipulated
4848 more easily. Pack file can be created but will not be compressed yet.
4949
50- * The [ index file] (http ://mirage. github.io/ ocaml-git/Index.html )
50+ * The [ index file] (https ://github.com/samoht/ ocaml-git/blob/master/lib/index.mli )
5151 (used as for managing the stagging area)
5252 are fully supported. Which means that ` git diff ` and ` git status `
5353 will work as expected on a repository created by the library.
@@ -63,7 +63,7 @@ $ opam install git
6363* An abstraction for Git [ Store] ( http://mirage.github.io/ocaml-git/Store.S.html )
6464 is available. Various store implementations are available:
6565 - An [ in-memory] ( http://mirage.github.io/ocaml-git/Memory.html ) implementation;
66- - A [ unix filesystem] ( http://mirage.github.io/ocaml-git/Git_unix.FS.html )
66+ - A [ unix filesystem] ( http://mirage.github.io/ocaml-git/Git_unix.S. FS.html )
6767 implementation;
6868 - A [ mirageOS] ( http://mirage.github.io/ocaml-git/Git_mirage.html ) implementation,
6969 requiring an ` V1_LWT.FS ` implementation.
You can’t perform that action at this time.
0 commit comments