On Fri, 4 Jan 2008, Marco Costalba wrote:
Currently git-stash writes to stderr also if there is nothing to error
out, also it would be very nice ;-) if git 'stash clear command' would
support deleting of only one patch, so as example to write
stg stash clear stash@{0}
To remove only the last added.
Maybe it should be named 'drop'. 'drop' sounds better than
'clear' for this usage.
git stash drop [<stash>]
Not sure how often such a command would be used though, so
it may not be worth it.
-brandon