mirror of
https://github.com/git/git.git
synced 2026-03-01 02:58:47 +00:00
Because it is so tempting to expect "git stash clear stash@{4}"
to remove the fourth element in the stash while leaving other
elements intact, we should not blindly throw away everything
upon seeing such a command.
This may change when we start using "git reflog delete" to
selectively nuke a single (or multiple, for that matter) stash
entries with such a command line.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
5.0 KiB
Executable File
5.0 KiB
Executable File