Skip to content

Release 1.3

Compare
Choose a tag to compare
@jreybert jreybert released this 15 Oct 09:35
· 344 commits to master since this release

Features

  • hide file diffs: to hide/unhide diffs for a file, move the cursor to the filename and press (Enter). It allows vimagit to be fast when there is a lot of diffs in a repository.
  • zo, zO, zc, zC mappings on a filename hide/unhide file diffs.
  • modify hunk before staging: in the Magit buffer, it is possible to modify a hunk before staging it. Only '+' lines can be modified. No lines can be deleted or added for the moment. (fixes #9).
  • handle new empty files and new symlink (fix #11).
  • handle binary files (fix #13).
  • stage/unstage/ignore/discard a file with cursor on the filename.
  • add global mapping M to open magit buffer (it can be overwritten with g:magit_show_magit_mapping).
  • remove 'C' default mapping.

Fixes

  • fix staging issue: sometimes, staging a hunk was failing.
  • handle filenames with spaces.