Git 交互操作環境,gitsh 0.10 發布

jopen 9年前發布 | 5K 次閱讀 gitsh

gitsh 開始一個 git 操作的 SHELL 環境,用以替代原有命令行的操作方式。

gitsh 0.10 發布,此版本更新內容如下:

新特性

  • :source file command to run the Git and gitsh commands in the given file (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)

下載:gitsh-0.10.tar.gz

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!