# File lib/git/lib.rb, line 426
    def stash_apply(id)
      command('stash apply', [id])
      # Already uptodate! ---???? What then
    end