Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stash drops the stash even if creating the branch fails because it al…
…ready exists This bug was disovered by someone on IRC when he tried to $ git stash branch <branch> <stash> while <branch> already existed. In that case the stash is dropped even though it isn't applied on any branch, so the stash is effectively lost. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information