Tags: stanhu/libgit2
Tags
Merge pull request libgit2#3452 from ethomson/0.23_xdiff 0.23 xdiff
Merge pull request libgit2#3290 from libgit2/cmn/filter-doc filter: add docs for streaming filters
Merge pull request libgit2#3245 from libgit2/cmn/no-grow blob: don't recomment using git_buf_grow
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.
PreviousNext