830 831 832 833
# File 'lib/git/lib.rb', line 830 def stash_save(message) output = command('stash', 'save', message) output =~ /HEAD is now at/ end