8000 Tags · Therzok/libgit2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Therzok/libgit2

Tags

v0.23.0

Toggle v0.23.0's commit message
Update CHANGELOG with the release number

v0.23.0-rc2

Toggle v0.23.0-rc2's commit message
Merge pull request libgit2#3290 from libgit2/cmn/filter-doc

filter: add docs for streaming filters

v0.23.0-rc1

Toggle v0.23.0-rc1's commit message
CHANGELOG: add submodule changes

v0.22.3

Toggle v0.22.3's commit message
Merge pull request libgit2#3245 from libgit2/cmn/no-grow

blob: don't recomment using git_buf_grow

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

0