Hi all, time to test our faster release cycle ! :)
So here comes version 1.1.1, available for download at the usual place: https://github.com/magit/magit/downloads For the people relying on http://marmalade-repo.org/ for their packages, there's an open bug on marmalade that basically prevents from uploading the package there. See http://code.google.com/p/marmalade/issues/detail?id=35 for details. I might be able to win the race condition eventually, but feel free to vote for the issue in the meantime, as it's really a pain :) This version contains few changes, and was mainly motivated by a regression in the "commit" workflow, that removed the ability to easily amend a commit, or create empty ones (this also affected some standard merge scenarios). Here is a summary of the main changes: - [Yann Hodique] Fix a bug that could "init" the wrong directory - [Graham Clark] git-svn.el: Extend ability to express branches with wildcards. While this should not be specific to git-svn, this is the only place where it matters for now. - [Nicolas Dudebout, Yann Hodique, Peter J. Weisberg]: restore the ability to commit in various scenarios. The new behavior of "c" is: * c opens the log-edit window anyway, without activating any flag (if you want to amend or allow-empty, hit C-c C-a or C-c C-e yourself) * C-u c opens the log-edit window in amend mode directly * C-u C-u c opens the log-edit window in allow-empty mode directly * in case you didn't set the necessary flags when you hit C-c C-c, the error message suggests the appropriate keybindings to toggle them Thanks, Yann. -- Those who would repeat the past must control the teaching of history. -- Bene Gesserit Coda
