-
- Downloads
Merge branch 'dev/fix_add_bin'
* dev/fix_add_bin: travis: reuse disable vader vim version output test/addFile/: add golden files for binary tests autoload/magit/utils.vim: fix is_binary function (fixes #27) .travis.yml: enable travis for all dev/* branches test/: add new tests with new and modified binary files plugin/magit.vim: fix stage_block discard plugin/magit.vim: stage file when closed (do not need vimagit cached data) autoload/magit/git.vim: add git_checkout(), fix git_add() and git_reset() plugin/magit.vim: add mg_stage_closed_file function plugin/magit.vim: fix big :%s autoload/magit/git.vim: git works in a clean environment (no config) autoload/magit/git.vim: move all git related functions to git.vim autoload/magit/utils.vim: add git_add and git_reset helper functions plugin/magit.vim: move git_(un)apply helper functions to utils.vim syntax,plugin: fix end of diff display (section title may be non highlighed) README.md: add asciinema example (fix #3) plugin/magit.vim, autoload/magit/state.vim: add some comments plugin/magit.vim: factorize some if statements plugin/magit.vim: remove useless window restore commands plugin/magit.vim: replace s:set() by get()
Showing
- .travis.yml 2 additions, 2 deletions.travis.yml
- autoload/magit/git.vim 126 additions, 1 deletionautoload/magit/git.vim
- autoload/magit/state.vim 24 additions, 5 deletionsautoload/magit/state.vim
- autoload/magit/utils.vim 4 additions, 38 deletionsautoload/magit/utils.vim
- plugin/magit.vim 68 additions, 112 deletionsplugin/magit.vim
- test/addFile/addFile_modnano_png_commit.expect 10 additions, 0 deletionstest/addFile/addFile_modnano_png_commit.expect
- test/addFile/addFile_modnano_png_file_diff.expect 2 additions, 0 deletionstest/addFile/addFile_modnano_png_file_diff.expect
- test/addFile/addFile_modnano_png_unstaged_status.expect 1 addition, 0 deletionstest/addFile/addFile_modnano_png_unstaged_status.expect
- test/addFile/addFile_nanopdf_png_commit.expect 11 additions, 0 deletionstest/addFile/addFile_nanopdf_png_commit.expect
- test/addFile/addFile_nanopdf_png_file_diff.expect 3 additions, 0 deletionstest/addFile/addFile_nanopdf_png_file_diff.expect
- test/addFile/addFile_nanopdf_png_unstaged_status.expect 1 addition, 0 deletionstest/addFile/addFile_nanopdf_png_unstaged_status.expect
- test/run.sh 2 additions, 1 deletiontest/run.sh
- test/test.config 1 addition, 1 deletiontest/test.config
Loading
Please register or sign in to comment