
Git::Raw::Stash - Git stash class

version 0.24

Helper class to manage stashes.
WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).

Save the local modifications to a new stash.
Run $callback for every stash in the repo.
The callback receives three arguments: the stash index,
the stash message and the stash object id.
A non-zero return value stops the loop.
Remove a single stash from the stash list.

Alessandro Ghedini <alexbio@cpan.org>

Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.