# File lib/git/lib.rb, line 457 def stash_save(message) output = command('stash save', ['--', message]) output =~ /HEAD is now at/ end