]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tg/stash-refresh-index'
authorJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:37 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:37 +0000 (09:04 -0800)
commit3c3e5d0ea2158bdc4f2244adff08504e50653d7c
tree287ce5f51018446e1a3669dd39b96fdbfdb157a5
parent43c5fe1c1d9435b60277b38e8b52a29c635cff9a
parentdf53c80822735ddd30638ba77be3face438d5ad8
Merge branch 'tg/stash-refresh-index'

Recent update to "git stash pop" made the command empty the index
when run with the "--quiet" option, which has been corrected.

* tg/stash-refresh-index:
  stash: make sure we have a valid index before writing it
builtin/stash.c
t/t3903-stash.sh