Skip to content

Tags: antis81/libgit2

Tags

v0.22.0

Toggle v0.22.0's commit message
Merge pull request libgit2#2815 from ethomson/example

clone example: don't divide by zero

v0.22.0-rc2

Toggle v0.22.0-rc2's commit message
Reformat the changelog

This should provide a easier way to see what kinds of changes we have,
and a single place to look at the breaking changes.

v0.21.4

Toggle v0.21.4's commit message
Fix assert when receiving uncommon sideband packet

v0.22.0-rc1

Toggle v0.22.0-rc1's commit message
Merge pull request libgit2#2801 from ethomson/changelog

CHANGELOG: add missing 0.22 changes

v0.21.3

Toggle v0.21.3's commit message
index tests: test capitalization before mkdir

v0.21.2

Toggle v0.21.2's commit message
Bump version to 0.21.2

v0.21.1

Toggle v0.21.1's commit message
array: mark the array to grow as volatile

This works around strict aliasing rules letting some versions of
GCC (particularly on RHEL 6) thinking that they can skip updating the
size of the array when calculating the next element's offset.

v0.21.0

Toggle v0.21.0's commit message
libgit2 v0.21.0

v0.21.0-rc2

Toggle v0.21.0-rc2's commit message
Merge pull request libgit2#2425 from libgit2/cmn/clone-auth-change

Don't use read-write accounts for the tests

v0.21.0-rc1

Toggle v0.21.0-rc1's commit message
Merge pull request libgit2#2407 from libgit2/cmn/remote-rename-more

More remote rename fixes