Releases: mirage/ocaml-git
Releases · mirage/ocaml-git
mimic-v0.0.1
CHANGES:
- First release of
mimic
2.1.3
CHANGES:
- Move to
encoder.0.5
(#393, @dinosaure) - Move to
angstrom.0.14.0
(#384, @sternenseemann) - Add missing Time argument to
Resolver_mirage.Make_with_stack
(#389, @talex5) - Fix .ocamlformat file (#389, @talex5)
- Enlarge internal buffer used to parse Git object (#389, @dinosaure)
- Update README.md (#383, @dinosaure)
- Use
mirage-crypto
insteadnocrypto
(#382, @hannesm) - Add constraint on
dune
package (@kit-ty-kate)
2.1.2
CHANGES:
- unlock
git
to use, at least,checkseum.0.0.9
(#373, @dinosaure) - remove build directive on dune dependency (#374, @craigfe)
- adapt to MirageOS 3.7.0 (#376, @hannesm)
- fix infinite loop with index file (version 2) (#378, @kit-ty-kate, @dinosaure)
2.1.1
CHANGES:
- Replace Pervasives by Stdlib and depends on
stdlib-shims
virtual package (@dinosaure, #372) - Add
pp_fetch_one
andpp_update_and_create
(@dinosaure, @pascutto, @samoht, #370) git-mirage
depends onconduit-mirage
insteadmirage-conduit
(@dinosaure, #371)- Drop support of OCaml < 4.07.0
- Delete
mirage-fs-unix
useless dependency - Constraint to use only
decompress.0.9.0
2.1.0
CHANGES:
- Move to the last version of
decompress
(@dinosaure, #366) - Check order of entries in a tree object (bug found by @samoht, fixed by @dinosaure, #365)
- Use
mmap
package (@dinosaure, #347, #360) - Update README.md (@tcoopman, @dinosaure, #337, #359)
trim
the window used to pack (@pqwy, @dinosaure, #357, #358)- Use lastest version of
lru.0.3.0
(@pqwy, @dinosaure, #352, #356) - Fix smart protocol (fixed by @clecat and @dinosaure, feedbacks from @hannesm)
-
- regression tests was added (@dinosaure)
- semantics about negociation was explained (@clecat)
- end-to-end tests partially done (@hannesm)
- Remove
sexplib
dependency (@samoht, #349) - Fix smart protocol to accept empty response from
ls-remote
(bug found by @hannesm, fixed by @dinosaure, #348) - Add
io-page-unix
as dependency to testsgit-mirage
(@dinosaure, #345) - Remove deprecated
Cstruct.add_len
(replaced byke
) (@dinosaure, #345) - Use
Uri.user_info
to be able to be authentified by a service like GitHub (@linse, review by @dinosaure, #341, #343) - avoid clash between
digestif.c
anddigestif.ocaml
implementation (same forcheckseum
)
-
remove implementation dependencies on
git-unix
andgit-mirage
(bug found by @hannesm and @linse, fixed by @dinosaure, #339)This update should be fixed by
dune
's variants and>= digestif.0.7.2
and>= checkseum.0.1.0
- breaking-change add
etmp
as already-allocated buffer to encode Git object (@dinosaure, #336)
- add
ke.0.3
as new dependency
- consumed inputs for every entries in a tree (bug found by @zspicko, fixed by @dinosaure, #334)
2.0.0
1.11.5
1.11.5 (2018-04-13)
- git: make
Git.FS.test_and_set_references
work better with packed
references (#291, @samoht. Fixes moby/datakit#633) - git-unix: ignore trailing newlines when doing 'test and set' on
reference files (backport of moby/datakit#611, @samoht. Fixes moby/datakit#610) - git-mirage: fix linking of tests (@samoht)