Bug Fixes
-
note that crates have been renamed from
git-*
togix-*
.
This also means that thegit-*
prefixed crates of thegitoxide
project
are effectively unmaintained.
Use the crates with thegix-*
prefix instead.If you were using
git-repository
, thengix
is its substitute. -
GIT_CEILING_DIRECTORIES
now handles UNC paths correctly #(730).
Previously ceiling directories that were UNC paths would not work together
with directories which were not due to different bases.Now ceiling directories will be converted non-UNC paths before using them.