Skip to content

Tags: codeclimate/libgit2

Tags

v0.22.2

Toggle v0.22.2's commit message
Bump version to 0.22.2 

v0.22.1

Toggle v0.22.1's commit message
checkout tests: cleanup realpath impl on Win32 

v0.21.5

Toggle v0.21.5's commit message
Always checkout with case sensitive iterator On a case-insensitive filesystem, we need to deal with case-changing renames (eg, foo -> FOO) by removing the old and adding the new, exactly as if we were on a case-sensitive filesystem. Update the `checkout::tree::can_cancel_checkout_from_notify` test, now that notifications are always sent case sensitively.

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.