Skip to content

gitsh v0.10

Compare
Choose a tag to compare
@georgebrock georgebrock released this 11 Sep 15:53
· 159 commits to master since this release
6ca20a0

New features

  • :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 fixes

  • 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)

Maintenance

  • Upgrade testing tools to use the latest version of RSpec, and RSpec mocks instead of Mocha (Teo Ljungberg)