Skip to content

Release 1.4

Compare
Choose a tag to compare
@jreybert jreybert released this 25 Oct 13:42
· 294 commits to master since this release

This is a major step for vimagit. It should now contain all primary command needed for staging. Then, this release should be the real 1.0 version.

Features

  • Stage parts of hunk (fixes #8 and #19)
    • select some with v, then stage your selection with S
    • stage a single line with L
    • mark lines (can be non contiguous) with M, then stage marked lines in the hunk with S
  • Stage single files in new directories (fixes #10)
  • New options (fixes #18)
    • g:magit_default_show_all_files to define if file diffs are shown or not at magit buffer opening.
    • If magit buffer contains more than g:magit_warning_max_lines (default 10000) lines to display, user is asked if he wants to display all these lines.
    • g:magit_default_fold_level to define foldlevel of magit buffer.
    • These options can be overriden with new magit#show_magit() parameters (allowing user to define its own mappings/commands)
  • File display is now sorted.
  • Show submodule diffs (fixes #12)

Fixes

  • No bugs have been reported since release 1.3.