]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tg/stash-keep-index-with-removed-paths'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:23 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:23 +0000 (13:59 -0700)
commitf8aee8576ac5e01fa993c80b5b888af214c03758
treeefd02db445dc51f284d3afddcefd9dcd7e5ac6c1
parent984da7f8d2589b53cca7c920e597eab30d4c1b36
parentb932f6a5e8cdbb33eff4563fdfb1eae9ebf70a65
Merge branch 'tg/stash-keep-index-with-removed-paths'

"git stash --keep-index" did not work correctly on paths that have
been removed, which has been fixed.

* tg/stash-keep-index-with-removed-paths:
  stash: fix handling removed files with --keep-index
builtin/stash.c
t/t3903-stash.sh