-
Notifications
You must be signed in to change notification settings - Fork 62
Release Notes: 0.2.2
Mike Hommey edited this page Jan 6, 2016
·
1 revision
- Don't require
core.ignorecase
to be set to false on the repository when using a case-insensitive file system. If you did setcore.ignorecase
to false because git-cinnabar told you to, you can now set it back to true. - Raise an exception when git update-ref or git fast-import return an error. Silently ignoring those errors could lead to bad repositories after an upgrade from pre-0.1.0 versions on OS X, where the default maximum number of open files is low (256), and where git update-ref uses a lot of lock files for large transactions.
- Updated git to 2.4.0, when building with the native helper.
- When doing
git cinnabar reclone
, skip remotes withremote.$remote.skipDefaultUpdate
set to true.