You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: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)