Announcing git-cinnabar 0.2.2
Git-cinnabar is a git remote helper to interact with mercurial repositories. It allows to clone, pull and push from/to mercurial remote repositories, using git.
What's new since 0.2.1?
- 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.
2015-05-01 06:55:20+0900
You can leave a response, or trackback from your own site.