Cc: Jeff King <peff@...>, Andreas Ericsson <ae@...>, Wincent Colaiuta <win@...>, Eric Raible <raible@...>, Git Mailing List <git@...>, Nicolas Pitre <nico@...>
I don't really see what is the need for "global" stashes but why not?
I really like your refs/stashes/$branch/$N idea because it seems easier to
list and clean with git stash list/drop/clear.
But I think stash should stay a per-branch thing by default. What about a
-g (--global) option instead?
"drop" is nice, but I think the real improvement was "pop".
I don't like it at all. Why not just have "keep" by default? The users can
already use "pop", "drop" and "clear" if they want to trash their stash.
Olivier.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html