ocaml-git icon indicating copy to clipboard operation
ocaml-git copied to clipboard

Pure OCaml Git format and protocol

Results 29 ocaml-git issues
Sort by recently updated
recently updated
newest added

Hi, I'm calling the following function in a loop I'm calling this function in a loop (it's loading a bunch of opam files from a checkout of opam-repository). ```ocaml let...

I found that I could not fetch the repo http://git.data.coop/halfd/new-website.git. With full debug logs I was able to gather that http://git.data.coop//halfd/new-website.git was requested instead, and gitea treats that as an...

Consider this example in the top-level: ` let index = Git_index.load ~hash:Git_index.SHA1 (Fpath.v "/Users/stsoucas/shadowgraph/save/.git/index") |> Result.get_ok;; ` ` val index : Store.hash Git_index.t = ` ` Git_index.add ~hash:Git_index.SHA1 (Fpath.v "/Users/stsoucas/shadowgraph/save/testfile.txt")...

It could be interesting to have a special function and the purpose of it is to push only a new file into a remote Git repository. In some cases, it...

This is a preview of the formatting of your project codebase with the upcoming `ocamlformat.0.21.0`. Note that this package is not yet released in opam (so the linting/formatting task of...

Probably due to an old and bad version of `git` but `git fsck` fails with `ocaml-git.3.4.0` (and it does not fail with `ocaml-git.3.3.3`) about empty commit. I suspect that the...