Method: Git::Lib#stashes_all
- Defined in:
- lib/git/lib.rb
#stashes_all
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1252 1253 1254 1255 1256 |
# File 'lib/git/lib.rb', line 1252 def stashes_all stash_log_lines.each_with_index.map do |line, index| parse_stash_log_line(line, index) end end |