Skip to content

gitsh v0.5

Compare
Choose a tag to compare
@georgebrock georgebrock released this 08 Mar 17:48
· 248 commits to master since this release

New features

  • Issue shell commands, prefixed with a ! (Magan Adam, George Brocklehurst)
  • Chain commands together with &&, ||, and ; (Blaine Schmeisser)
  • Support Ruby 1.9.3 (George Brocklehurst)
  • Set the program name to gitsh for programs like ps (Alex Sunderland)

Bug fixes

  • Correctly display Git HEADs containing a slash in the prompt (Blaine
    Schmeisser)
  • Don't display the welcome message again when the user presses ctrl-c (George
    Brocklehurst)
  • Don't add blank lines to the history (Magan Adam, Sean Griffin)
  • Man page formatting bugs (Adrian Lang)
  • Set correct permissions on installed version.rb file (Adrian Lang)
  • Tab complete Git commands provided by a custom Git binary like gh or hub
    (George Brocklehurst)
  • Don't crash when given an empty string as an argument (Alex Sunderland)
  • Autocomplete Git HEADs that contain a dot (George Brocklehurst, Alex Topalov)
  • Parse uppercase Git commands (Alex Sunderland)