Skip to content

libgit2 v0.28.2

Compare
Choose a tag to compare
@pks-t pks-t released this 21 May 07:55
· 78 commits to maint/v0.28 since this release
b3e1a56

This is a bugfix release with the following changes:

  • Fix include directory ordering when using bundled dependencies.

  • Fix infinite loop when searching for a non-existing repository with
    Windows-style paths including drive prefixes.

  • Fix symlinks to directories on Windows.

  • Fix paths with a trailing "/" not always being treated as
    directories when computing ignores.

  • Fix false negatives when computing ignores where ignore rules
    that are a prefix to a negative ignore rule exist.

  • Fix patches with CRLF line endings not being parsed correctly.

  • Fix segfault when parsing patches with file addition (deletion)
    where the added (deleted) file name contains a space.

  • Fix assertion failure when trying to write to a non-existent
    locked configuration file.