Tags: cthomas/libgit2
Tags
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.
Merge pull request libgit2#2815 from ethomson/example clone example: don't divide by zero
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.
Merge pull request libgit2#2801 from ethomson/changelog CHANGELOG: add missing 0.22 changes
PreviousNext