]> git.ipfire.org Git - thirdparty/git.git/commit - git-stash.sh
stash: fix nonsense pipeline
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Mar 2018 23:21:54 +0000 (23:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Mar 2018 16:08:34 +0000 (09:08 -0700)
commitd97e4fa748071635bb7e861ef0c1e7900fcae7c8
tree5fe55e63876dc5fdda6ae897f78061b60738852e
parentbba067d2faf047597bc76f885fb0cf87894b5ed1
stash: fix nonsense pipeline

An earlier change bba067d2 ("stash: don't delete untracked files
that match pathspec", 2018-01-06) was made by taking a suggestion in
a list discussion [1] but did not copy the suggested snippet
correctly.  And the bug was unnoticed during the review and slipped
through.

This fixes it.

[1] https://public-inbox.org/git/xmqqpo7byjwb.fsf@gitster.mtv.corp.google.com/

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh