Git 交互操作环境,gitsh 0.10 发布
gitsh 开始一个 git 操作的 SHELL 环境,用以替代原有命令行的操作方式。
gitsh 0.10 发布,此版本更新内容如下:
新特性
-
:source file
command to run the Git and gitsh commands in the givenfile
(George Brocklehurst, Craig Kochis) -
Subshells can be used to capture the output of a command, e.g.
:set directory $(!pwd)
(George Brocklehurst) -
A
~/.gitshrc
file is run at the start of each interactive session, if it exists (George Brocklehurst)
Bug 修复
-
Handle terminal resizes more reliable, especially those that occur while another program is running in gitsh, e.g. when a pager is running to display the output of
git log
(George Brocklehurst) -
Output an error message instead of crashing when a magic variable has no value. (George Brocklehurst)
-
Exit with an error status when an unexpected exception crashes gitsh. (George Brocklehurst)
维护
-
Upgrade testing tools to use the latest version of RSpec, and RSpec mocks instead of Mocha (Teo Ljungberg)