nonsequitur / git-gutter-plus

147 stars 18 forks source link

`git-gutter+-commit` broken by latest magit #4

Closed chrisbarrett closed 11 years ago

chrisbarrett commented 11 years ago

The latest version of magit on MELPA has changed the way committing works and git-gutter+-commit is now broken. Magit now uses git-commit-mode, and magit-log-edit is no longer defined.

Thanks for the great mode! I've gotten used to doing hunk-level commits with this mode, so this magit breakage is pretty rough! ;)

nonsequitur commented 11 years ago

That's unfortunate.

I think Magit's new commit interface is unpleasant to use, so personally I won't upgrade anytime soon.

To all git-gutter users: Should I recreate the old Magit commit experience in git-gutter? Or are you happy with the recent updates?

chrisbarrett commented 11 years ago

My 2 cents: I do like the old commit interface as it stood (with a diff window split and popup message editor).

nonsequitur commented 11 years ago

This is fixed in the latest release.